Added RCS identification.

This commit is contained in:
em
1984-11-27 23:13:28 +00:00
parent 335d55ff4a
commit 455cd930ec
17 changed files with 78 additions and 0 deletions

View File

@@ -458,4 +458,7 @@ exprlist: expression { typetable[0]= $1; $$=1;}
| exprlist ',' expression { typetable[$1]=$3;$$=$1+1;}
%%
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
#endif
#include "lex.c"