remove CVS `Id',`log' etc. keyword incantations
This commit is contained in:
parent
0d7f64657c
commit
d6e616a310
|
|
@ -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 ,
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
%option prefix="ifs_yy"
|
||||
%option yylineno
|
||||
%option noyywrap
|
||||
%{ /* $Id$ */
|
||||
%{
|
||||
|
||||
/*============================================================================
|
||||
FILE ifs_lex.l
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%{ /* $Id$ */
|
||||
%{
|
||||
|
||||
/*============================================================================
|
||||
FILE ifs_yacc.y
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
/* $Id$ */
|
||||
|
||||
/*============================================================================
|
||||
FILE ifs_yacc.h
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%option prefix="mod_yy"
|
||||
%option yylineno
|
||||
%option noyywrap
|
||||
%{ /* $Id$ */
|
||||
%{
|
||||
|
||||
/*============================================================================
|
||||
FILE mod_lex.l
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%{ /* $Id$ */
|
||||
%{
|
||||
|
||||
/*============================================================================
|
||||
FILE mod_yacc.y
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
/* $Id$ */
|
||||
|
||||
/*============================================================================
|
||||
FILE mod_yacc.h
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue