[BACK]Return to undo.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/undo.c between version 1.42 and 1.43

version 1.42, 2006/11/17 08:45:31 version 1.43, 2006/11/19 16:51:19
Line 36 
Line 36 
 static LIST_HEAD(, undo_rec)     undo_free;  static LIST_HEAD(, undo_rec)     undo_free;
 static int                       undo_free_num;  static int                       undo_free_num;
 static int                       boundary_flag = TRUE;  static int                       boundary_flag = TRUE;
 static int                       undo_enable_flag = TRUE;  static int                       undo_enable_flag = TRUE;
   
 /*  /*
  * Local functions   * Local functions

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43