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

Diff for /src/usr.bin/awk/lex.c between version 1.24 and 1.25

version 1.24, 2020/07/30 17:11:10 version 1.25, 2020/07/30 17:45:44
Line 28 
Line 28 
 #include <string.h>  #include <string.h>
 #include <ctype.h>  #include <ctype.h>
 #include "awk.h"  #include "awk.h"
 #include "ytab.h"  #include "awkgram.tab.h"
   
 extern YYSTYPE  yylval;  extern YYSTYPE  yylval;
 extern bool     infunc;  extern bool     infunc;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25