Explorar o código

Do not set GDB_HAS_DEBUG_FILE_DIRECTORY for GDB 6.6 release

git-svn-id: trunk@23659 -
pierre %!s(int64=12) %!d(string=hai) anos
pai
achega
3b1465f314
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      packages/gdbint/src/gdbint.pp

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

@@ -86,7 +86,8 @@ interface
   {$define GDB_USES_BP_LOCATION}
   {$define GDB_NEEDS_NO_ERROR_INIT}
   {$define GDB_USES_EXPAT_LIB}
-  {$define GDB_HAS_DEBUG_FILE_DIRECTORY}
+  {this was wrong, 6.6 doesn't have debug_file_directory }
+  { was define GDB_HAS_DEBUG_FILE_DIRECTORY}
 {$endif def GDB_V606}
 
 { 6.7.x }