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

This commit is contained in:
rlar 2010-10-16 15:56:07 +00:00
parent 2c975413b7
commit f49a0e765b
4 changed files with 8 additions and 5 deletions

View File

@ -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
* src/frontend/commands.c ,
* src/include/fteext.h :

View File

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

View File

@ -16,6 +16,7 @@ $Id$
#include "nutinp.h"
#include "variable.h"
#include "../misc/mktemp.h"
#include "subckt.h"
/* 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

View File

@ -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 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 */
extern void com_dftype(wordlist *);