Browse Source

* GDB_V5 define fixed

florian 22 years ago
parent
commit
7270689bab
1 changed files with 6 additions and 3 deletions
  1. 6 3
      packages/base/gdbint/gdbint.pp

+ 6 - 3
packages/base/gdbint/gdbint.pp

@@ -50,10 +50,12 @@ interface
 {$ifdef GDB_V503}
   {$define GDB_V502}
   {$define GDB_SYMTAB_HAS_MACROS}
+  {$define GDB_V5}
 {$endif GDB_V503}
 
 {$ifdef GDB_V502}
   {$define GDB_V501}
+  {$define GDB_V5}
 {$endif GDB_V502}
 
 {$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_ftype = procedure(stream : pui_file;method : ui_file_put_method_ftype;var context);cdecl;
 
-  plongint = ^longint;
-
   ui_file = record
       magic : plongint;
       to_flush  : ui_file_flush_ftype;
@@ -2682,7 +2682,10 @@ begin
 end.
 {
   $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
 
   Revision 1.15  2003/03/30 11:15:51  armin