* allow redirection if using GDB_V418

This commit is contained in:
pierre 1999-08-22 22:25:51 +00:00
parent d8ba95410b
commit b9ba51fa17

View File

@ -54,6 +54,9 @@
{$ifndef debug}
{$define redircompiler}
{$endif}
{$ifdef GDB_V418}
{$define redircompiler}
{$endif GDB_V418}
{$endif}
{$ifdef GABOR}