Browse Source

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

rlar 14 years ago
parent
commit
d6e616a310
  1. 9
      ChangeLog
  2. 2
      src/xspice/cmpp/ifs_lex.l
  3. 2
      src/xspice/cmpp/ifs_yacc.y
  4. 2
      src/xspice/cmpp/ifs_yacc_y.h
  5. 2
      src/xspice/cmpp/mod_lex.l
  6. 2
      src/xspice/cmpp/mod_yacc.y
  7. 2
      src/xspice/cmpp/mod_yacc_y.h

9
ChangeLog

@ -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 2011-12-17 Robert Larice
* src/winmain.c , * src/winmain.c ,
* src/frontend/inpcom.c , * src/frontend/inpcom.c ,

2
src/xspice/cmpp/ifs_lex.l

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

2
src/xspice/cmpp/ifs_yacc.y

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

2
src/xspice/cmpp/ifs_yacc_y.h

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

2
src/xspice/cmpp/mod_lex.l

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

2
src/xspice/cmpp/mod_yacc.y

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

2
src/xspice/cmpp/mod_yacc_y.h

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

Loading…
Cancel
Save