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

Diff for /src/usr.bin/cvs/diff.c between version 1.62 and 1.63

version 1.62, 2005/10/11 18:01:57 version 1.63, 2005/10/22 17:32:57
Line 185 
Line 185 
 static int      cvs_diff_cleanup(void);  static int      cvs_diff_cleanup(void);
 #endif  #endif
   
 static void      diff_output(const char *, ...);  
 static void      output(const char *, FILE *, const char *, FILE *);  static void      output(const char *, FILE *, const char *, FILE *);
 static void      check(FILE *, FILE *);  static void      check(FILE *, FILE *);
 static void      range(int, int, char *);  static void      range(int, int, char *);
Line 250 
Line 249 
 static char lastbuf[FUNCTION_CONTEXT_SIZE];  static char lastbuf[FUNCTION_CONTEXT_SIZE];
 static int  lastline;  static int  lastline;
 static int  lastmatchline;  static int  lastmatchline;
 static BUF  *diffbuf = NULL;  BUF  *diffbuf = NULL;
   
 /*  /*
  * chrtran points to one of 2 translation tables: cup2low if folding upper to   * chrtran points to one of 2 translation tables: cup2low if folding upper to
Line 1794 
Line 1793 
         context_vec_ptr = context_vec_start - 1;          context_vec_ptr = context_vec_start - 1;
 }  }
   
 static void  void
 diff_output(const char *fmt, ...)  diff_output(const char *fmt, ...)
 {  {
         va_list vap;          va_list vap;

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63