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

Diff for /src/usr.bin/rcs/diff.c between version 1.15 and 1.16

version 1.15, 2007/05/28 22:12:44 version 1.16, 2007/05/28 23:02:40
Line 231 
Line 231 
   
 #define FUNCTION_CONTEXT_SIZE   55  #define FUNCTION_CONTEXT_SIZE   55
 static char lastbuf[FUNCTION_CONTEXT_SIZE];  static char lastbuf[FUNCTION_CONTEXT_SIZE];
 static int  lastline;  static int lastline;
 static int  lastmatchline;  static int lastmatchline;
 BUF  *diffbuf = NULL;  BUF  *diffbuf = NULL;
   
 /*  /*

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16