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

Diff for /src/usr.bin/awk/lib.c between version 1.13 and 1.14

version 1.13, 2003/04/28 03:07:40 version 1.14, 2003/12/01 15:34:26
Line 481 
Line 481 
   
 void yyerror(const char *s)  void yyerror(const char *s)
 {  {
         SYNTAX(s);          SYNTAX("%s", s);
 }  }
   
 void SYNTAX(const char *fmt, ...)  void SYNTAX(const char *fmt, ...)

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