Browse Source

collect inp_deckcopy() inp_subcktexpand() in "subckt.h"

pre-master-46
rlar 16 years ago
parent
commit
f49a0e765b
  1. 6
      ChangeLog
  2. 1
      src/frontend/inp.c
  3. 1
      src/frontend/nutinp.c
  4. 5
      src/include/fteext.h

6
ChangeLog

@ -1,3 +1,9 @@
2010-10-16 Robert Larice
* src/frontend/inp.c ,
* src/frontend/nutinp.c ,
* src/include/fteext.h :
collect inp_deckcopy() inp_subcktexpand() in "subckt.h"
2010-10-16 Robert Larice 2010-10-16 Robert Larice
* src/frontend/commands.c , * src/frontend/commands.c ,
* src/include/fteext.h : * src/include/fteext.h :

1
src/frontend/inp.c

@ -30,6 +30,7 @@ $Id$
#include "breakp2.h" #include "breakp2.h"
#include "../misc/util.h" /* dirname() */ #include "../misc/util.h" /* dirname() */
#include "../misc/mktemp.h" #include "../misc/mktemp.h"
#include "subckt.h"
#include "spiceif.h" #include "spiceif.h"
#include "error.h" /* controlled_exit() */ #include "error.h" /* controlled_exit() */

1
src/frontend/nutinp.c

@ -16,6 +16,7 @@ $Id$
#include "nutinp.h" #include "nutinp.h"
#include "variable.h" #include "variable.h"
#include "../misc/mktemp.h" #include "../misc/mktemp.h"
#include "subckt.h"
/* The routine to source a spice input deck. We read the deck in, take out /* The routine to source a spice input deck. We read the deck in, take out
* the front-end commands, and create a CKT structure. Also we filter out * the front-end commands, and create a CKT structure. Also we filter out

5
src/include/fteext.h

@ -375,11 +375,6 @@ extern void if_setparam_model(CKTcircuit *ckt, char **name, char *val );
extern void if_setparam(CKTcircuit *ckt, char **name, char *param, struct dvec *val, int do_model); extern void if_setparam(CKTcircuit *ckt, char **name, char *param, struct dvec *val, int do_model);
extern struct variable *if_getstat(CKTcircuit *ckt, char *name); extern struct variable *if_getstat(CKTcircuit *ckt, char *name);
/* subckt.c */
extern struct line *inp_deckcopy(struct line *deck);
extern struct line *inp_subcktexpand(struct line *deck);
/* typesdef.c */ /* typesdef.c */
extern void com_dftype(wordlist *); extern void com_dftype(wordlist *);

Loading…
Cancel
Save