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

Diff for /src/usr.bin/mg/buffer.c between version 1.97 and 1.98

version 1.97, 2015/03/19 21:48:05 version 1.98, 2015/03/23 12:31:19
Line 19 
Line 19 
 #include "def.h"  #include "def.h"
 #include "kbd.h"                /* needed for modes */  #include "kbd.h"                /* needed for modes */
   
 #ifndef DIFFTOOL  
 #define DIFFTOOL "/usr/bin/diff"  #define DIFFTOOL "/usr/bin/diff"
 #endif /* !DIFFTOOL */  
   
 static struct buffer  *makelist(void);  static struct buffer  *makelist(void);
 static struct buffer *bnew(const char *);  static struct buffer *bnew(const char *);

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