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

Diff for /src/usr.bin/mg/file.c between version 1.96 and 1.97

version 1.96, 2015/03/19 21:22:15 version 1.97, 2015/03/25 12:25:36
Line 551 
Line 551 
 /*  /*
  * Save the contents of the current buffer back into its associated file.   * Save the contents of the current buffer back into its associated file.
  */   */
 #ifndef MAKEBACKUP  static int      makebackup = TRUE;
 #define MAKEBACKUP TRUE  
 #endif /* !MAKEBACKUP */  
 static int      makebackup = MAKEBACKUP;  
   
 /* ARGSUSED */  /* ARGSUSED */
 int  int

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97