Browse Source

* fixed typo in r29048

git-svn-id: trunk@29051 -
Jonas Maebe 10 years ago
parent
commit
1f22c6797e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/gdbint/src/gdbint.pp

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

@@ -1713,7 +1713,7 @@ var
   error_return : jmp_buf;cvar;public;
   quit_return  : jmp_buf;cvar;public;
   deprecated_query_hook : pointer;cvar;
-{$ifdef NEDD_EXTERNAL_CVAR}external;{$else}public;{$endif}
+{$ifdef NEED_EXTERNAL_CVAR}external;{$else}public;{$endif}
 
   {$ifndef GDB_HAS_OBSERVER_NOTIFY_BREAKPOINT_CREATED}
     {$ifdef GDB_HAS_DEPRECATED_CBPH}