Sfoglia il codice sorgente

Fix GDB 7.7 support code

git-svn-id: trunk@26711 -
pierre 11 anni fa
parent
commit
1308a74aa5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/gdbint/src/gdbint.pp

+ 1 - 1
packages/gdbint/src/gdbint.pp

@@ -60,7 +60,7 @@ interface
 {$undef GDB_VERSION_RECOGNIZED}
 
 { 7.7.x }
-{$ifdef GDB_V706}
+{$ifdef GDB_V707}
   {$info using gdb 7.7.x}
   {$define GDB_VERSION_RECOGNIZED}
   {$define GDB_VER_GE_707}