Undo/Redo stuff enabled by default

This commit is contained in:
pierre 1999-10-29 14:33:38 +00:00
parent e864889c57
commit 65e69a446a

View File

@ -68,8 +68,9 @@
{$define NODEBUG}
{$endif}
{ include Undo/Redo code from Visa Harvey }
{ let everybody try it out PM }
{$define Undo}
{$ifdef DEBUG}
{ include Undo/Redo code from Visa Harvey }
{$define Undo}
{$define DebugUndo}
{$endif DEBUG}