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

Diff for /src/usr.bin/cvs/diff_internals.c between version 1.7 and 1.8

version 1.7, 2007/05/28 22:12:44 version 1.8, 2007/05/28 23:02:40
Line 228 
Line 228 
   
 #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.7  
changed lines
  Added in v.1.8