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

Diff for /src/usr.bin/diff/diff.h between version 1.13 and 1.14

version 1.13, 2003/07/04 17:37:07 version 1.14, 2003/07/04 17:50:24
Line 60 
Line 60 
 #define D_NREVERSE      5       /* Reverse ed script with numbered  #define D_NREVERSE      5       /* Reverse ed script with numbered
                                    lines and no trailing . */                                     lines and no trailing . */
   
 extern int      aflag, bflag, iflag, lflag, rflag, sflag, tflag, wflag;  extern int      aflag, bflag, iflag, rflag, sflag, tflag, wflag;
 extern char     *start, *ifdefname;  extern char     *start, *ifdefname;
 extern int      opt, wantelses, context, status, anychange;  extern int      opt, wantelses, context, status, anychange;
 extern char     *tempfiles[], **diffargv;  extern char     *tempfiles[], **diffargv;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14