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

Diff for /src/usr.bin/mg/main.c between version 1.66 and 1.67

version 1.66, 2012/05/29 05:52:46 version 1.67, 2012/05/29 06:08:48
Line 227 
Line 227 
         if (s == FALSE          if (s == FALSE
             || eyesno("Modified buffers exist; really exit") == TRUE) {              || eyesno("Modified buffers exist; really exit") == TRUE) {
                 vttidy();                  vttidy();
 #ifdef SYSCLEANUP  
                 SYSCLEANUP;  
 #endif  /* SYSCLEANUP */  
                 closetags();                  closetags();
                 exit(GOOD);                  exit(GOOD);
         }          }

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67