removed prototype for inp_nummodes()
This commit is contained in:
parent
2c1c43e69c
commit
ab44f6866b
|
|
@ -1,3 +1,8 @@
|
||||||
|
2005-04-06 Paolo Nenzi <p.nenzi@ieee.org>
|
||||||
|
|
||||||
|
* src/frontend/subckt.h: Since inp_numnodes has been declared static
|
||||||
|
the prototype has been removed.
|
||||||
|
|
||||||
2005-04-04 Paolo Nenzi <p.nenzi@ieee.org>
|
2005-04-04 Paolo Nenzi <p.nenzi@ieee.org>
|
||||||
|
|
||||||
* src/frontend/subckt.c: Applied patch from Steven Borley
|
* src/frontend/subckt.c: Applied patch from Steven Borley
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,5 @@
|
||||||
|
|
||||||
struct line * inp_subcktexpand(struct line *deck);
|
struct line * inp_subcktexpand(struct line *deck);
|
||||||
struct line * inp_deckcopy(struct line *deck);
|
struct line * inp_deckcopy(struct line *deck);
|
||||||
int inp_numnodes(char c);
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue