[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.30 and 1.31

version 1.30, 2005/10/13 20:07:26 version 1.31, 2005/10/13 20:28:49
Line 215 
Line 215 
   
         if (lastrectype() == BOUNDARY)          if (lastrectype() == BOUNDARY)
                 return (TRUE);                  return (TRUE);
   
         rec = new_undo_record();          rec = new_undo_record();
         rec->type = BOUNDARY;          rec->type = BOUNDARY;
   
Line 429 
Line 429 
 undo(int f, int n)  undo(int f, int n)
 {  {
         struct undo_rec *ptr, *nptr;          struct undo_rec *ptr, *nptr;
         int              done, rval;          int              done, rval;
         LINE            *lp;          LINE            *lp;
         int              offset, save, dot;          int              offset, save, dot;
         static int       nulled = FALSE;          static int       nulled = FALSE;

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31