remove CVS `Id',`log' etc. keyword incantations

This commit is contained in:
rlar 2011-12-17 18:35:11 +00:00
parent 0d7f64657c
commit d6e616a310
7 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,12 @@
2011-12-17 Robert Larice
* src/xspice/cmpp/ifs_lex.l ,
* src/xspice/cmpp/ifs_yacc.y ,
* src/xspice/cmpp/ifs_yacc_y.h ,
* src/xspice/cmpp/mod_lex.l ,
* src/xspice/cmpp/mod_yacc.y ,
* src/xspice/cmpp/mod_yacc_y.h :
remove CVS `Id',`log' etc. keyword incantations
2011-12-17 Robert Larice
* src/winmain.c ,
* src/frontend/inpcom.c ,

View File

@ -2,7 +2,7 @@
%option prefix="ifs_yy"
%option yylineno
%option noyywrap
%{ /* $Id$ */
%{
/*============================================================================
FILE ifs_lex.l

View File

@ -1,4 +1,4 @@
%{ /* $Id$ */
%{
/*============================================================================
FILE ifs_yacc.y

View File

@ -1,5 +1,3 @@
/* $Id$ */
/*============================================================================
FILE ifs_yacc.h

View File

@ -1,7 +1,7 @@
%option prefix="mod_yy"
%option yylineno
%option noyywrap
%{ /* $Id$ */
%{
/*============================================================================
FILE mod_lex.l

View File

@ -1,4 +1,4 @@
%{ /* $Id$ */
%{
/*============================================================================
FILE mod_yacc.y

View File

@ -1,5 +1,3 @@
/* $Id$ */
/*============================================================================
FILE mod_yacc.h