disable dangling artifact

This commit is contained in:
rlar 2010-10-15 18:53:58 +00:00
parent 484f678f5c
commit 59e223c5e4
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-10-15 Robert Larice
* src/xspice/cmpp/ifs_lex.l :
disable dangling artifact
2010-10-15 Robert Larice
* src/spicelib/devices/dev.c :
add local prototype for add_device()

View File

@ -175,7 +175,10 @@ false {return TOK_BOOL_NO;}
%%
/*--------------------------------------------------------------------------*/
#if 0
void reset_lex_context (void)
{
BEGIN 0;
}
#endif