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

Diff for /src/usr.bin/lex/main.c between version 1.2 and 1.3

version 1.2, 1996/06/26 05:35:38 version 1.3, 1996/07/13 22:22:08
Line 587 
Line 587 
 char **argv;  char **argv;
         {          {
         int i, sawcmpflag;          int i, sawcmpflag;
         char *arg, *mktemp();          char *arg;
   
         printstats = syntaxerror = trace = spprdflt = caseins = false;          printstats = syntaxerror = trace = spprdflt = caseins = false;
         lex_compat = C_plus_plus = backing_up_report = ddebug = fulltbl = false;          lex_compat = C_plus_plus = backing_up_report = ddebug = fulltbl = false;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3