diff --git a/ChangeLog b/ChangeLog index 1873d2d4d..ff3605cce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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() diff --git a/src/xspice/cmpp/ifs_lex.l b/src/xspice/cmpp/ifs_lex.l index 73956c640..5f649fce9 100755 --- a/src/xspice/cmpp/ifs_lex.l +++ b/src/xspice/cmpp/ifs_lex.l @@ -175,7 +175,10 @@ false {return TOK_BOOL_NO;} %% /*--------------------------------------------------------------------------*/ + +#if 0 void reset_lex_context (void) { BEGIN 0; } +#endif