Browse Source

disable dangling artifact

pre-master-46
rlar 16 years ago
parent
commit
59e223c5e4
  1. 4
      ChangeLog
  2. 3
      src/xspice/cmpp/ifs_lex.l

4
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()

3
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
Loading…
Cancel
Save