Browse Source

+ Undo code if debug set

pierre 26 years ago
parent
commit
8aeb9377b7
1 changed files with 5 additions and 0 deletions
  1. 5 0
      ide/text/globdir.inc

+ 5 - 0
ide/text/globdir.inc

@@ -67,3 +67,8 @@
   {.$define NOOBJREG}
   {.$define NOOBJREG}
   {$define NODEBUG}
   {$define NODEBUG}
 {$endif}
 {$endif}
+
+{$ifdef DEBUG}
+  { include Undo/Redo code from Visa Harvey }
+  {$define Undo}
+{$endif DEBUG}