浏览代码

+ Undo code if debug set

pierre 26 年之前
父节点
当前提交
8aeb9377b7
共有 1 个文件被更改,包括 5 次插入0 次删除
  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}