Browse Source

Gabor changes

pierre 25 years ago
parent
commit
43cf28d054
1 changed files with 6 additions and 0 deletions
  1. 6 0
      ide/text/globdir.inc

+ 6 - 0
ide/text/globdir.inc

@@ -79,15 +79,21 @@
     Parsing of compiler output is done,
     Parsing of compiler output is done,
     but there is no browser in that case!! PM }
     but there is no browser in that case!! PM }
   { $ define USE_EXTERNAL_COMPILER}
   { $ define USE_EXTERNAL_COMPILER}
+  {$define EXEDEBUG}
 {$endif DEBUG}
 {$endif DEBUG}
 
 
 {$ifdef FPC}
 {$ifdef FPC}
   {$define USERESSTRINGS}
   {$define USERESSTRINGS}
 {$endif}
 {$endif}
 
 
+{$define TEST_PARTIAL_SYNTAX}
+{ $ undef UNDO}
+{ $ undef DEBUGUNDO}
+
 {$ifdef GABOR}
 {$ifdef GABOR}
   {.$define NOOBJREG}
   {.$define NOOBJREG}
   {$define NODEBUG}
   {$define NODEBUG}
   {$define DEBUG}
   {$define DEBUG}
+  {$undef EXEDEBUG}
   {$undef USERESSTRINGS}
   {$undef USERESSTRINGS}
 {$endif}
 {$endif}