Browse Source

removed prototype for inp_nummodes()

pre-master-46
pnenzi 21 years ago
parent
commit
ab44f6866b
  1. 5
      ChangeLog
  2. 3
      src/frontend/subckt.h

5
ChangeLog

@ -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

3
src/frontend/subckt.h

@ -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…
Cancel
Save