Browse Source

Fix GDB 7.7 support code

git-svn-id: trunk@26711 -
pierre 11 years ago
parent
commit
1308a74aa5
1 changed files with 1 additions and 1 deletions
  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}