* GDB_V5 define fixed

This commit is contained in:
florian 2003-11-05 15:41:30 +00:00
parent 68e4d5c88a
commit 7270689bab

View File

@ -50,10 +50,12 @@ interface
{$ifdef GDB_V503} {$ifdef GDB_V503}
{$define GDB_V502} {$define GDB_V502}
{$define GDB_SYMTAB_HAS_MACROS} {$define GDB_SYMTAB_HAS_MACROS}
{$define GDB_V5}
{$endif GDB_V503} {$endif GDB_V503}
{$ifdef GDB_V502} {$ifdef GDB_V502}
{$define GDB_V501} {$define GDB_V501}
{$define GDB_V5}
{$endif GDB_V502} {$endif GDB_V502}
{$ifdef GDB_V501} {$ifdef GDB_V501}
@ -318,8 +320,6 @@ type
ui_file_put_method_ftype = procedure(var _object; buffer : pchar;length_buffer : longint);cdecl; ui_file_put_method_ftype = procedure(var _object; buffer : pchar;length_buffer : longint);cdecl;
ui_file_put_ftype = procedure(stream : pui_file;method : ui_file_put_method_ftype;var context);cdecl; ui_file_put_ftype = procedure(stream : pui_file;method : ui_file_put_method_ftype;var context);cdecl;
plongint = ^longint;
ui_file = record ui_file = record
magic : plongint; magic : plongint;
to_flush : ui_file_flush_ftype; to_flush : ui_file_flush_ftype;
@ -2682,7 +2682,10 @@ begin
end. end.
{ {
$Log$ $Log$
Revision 1.16 2003-09-18 16:34:19 marco Revision 1.17 2003-11-05 15:41:30 florian
* GDB_V5 define fixed
Revision 1.16 2003/09/18 16:34:19 marco
* unix reform * unix reform
Revision 1.15 2003/03/30 11:15:51 armin Revision 1.15 2003/03/30 11:15:51 armin