disable dangling artifact
This commit is contained in:
parent
484f678f5c
commit
59e223c5e4
|
|
@ -1,3 +1,7 @@
|
||||||
|
2010-10-15 Robert Larice
|
||||||
|
* src/xspice/cmpp/ifs_lex.l :
|
||||||
|
disable dangling artifact
|
||||||
|
|
||||||
2010-10-15 Robert Larice
|
2010-10-15 Robert Larice
|
||||||
* src/spicelib/devices/dev.c :
|
* src/spicelib/devices/dev.c :
|
||||||
add local prototype for add_device()
|
add local prototype for add_device()
|
||||||
|
|
|
||||||
|
|
@ -175,7 +175,10 @@ false {return TOK_BOOL_NO;}
|
||||||
%%
|
%%
|
||||||
|
|
||||||
/*--------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
#if 0
|
||||||
void reset_lex_context (void)
|
void reset_lex_context (void)
|
||||||
{
|
{
|
||||||
BEGIN 0;
|
BEGIN 0;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue