@ -1,3 +1,7 @@
2010-10-15 Robert Larice
* src/xspice/cmpp/ifs_lex.l :
disable dangling artifact
* src/spicelib/devices/dev.c :
add local prototype for add_device()
@ -175,7 +175,10 @@ false {return TOK_BOOL_NO;}
%%
/*--------------------------------------------------------------------------*/
#if 0
void reset_lex_context (void)
{
BEGIN 0;
}
#endif