ngspice_compat_mode() prototype --> include files
This commit is contained in:
parent
63d3f113ff
commit
b5f1a18f7c
|
|
@ -1,3 +1,9 @@
|
|||
2010-10-08 Robert Larice
|
||||
* src/frontend/inpcom.c ,
|
||||
* src/frontend/numparam/xpressn.c ,
|
||||
* src/include/compatmode.h :
|
||||
ngspice_compat_mode() prototype --> include files
|
||||
|
||||
2010-10-08 Robert Larice
|
||||
* src/include/distodef.h ,
|
||||
* src/spicelib/devices/bjt/bjtdset.c ,
|
||||
|
|
|
|||
|
|
@ -89,8 +89,6 @@ int dynMaxckt = 0; /* subckt.c 307 */
|
|||
/* number of parameter substitutions */
|
||||
long dynsubst; /* spicenum.c 221 */
|
||||
|
||||
extern COMPATMODE_T ngspice_compat_mode(void) ;
|
||||
|
||||
/* static declarations */
|
||||
static char * readline(FILE *fd);
|
||||
static int get_number_terminals( char *c );
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
|
||||
/* random numbers in /maths/misc/randnumb.c */
|
||||
extern double gauss(void);
|
||||
extern COMPATMODE_T ngspice_compat_mode(void) ;
|
||||
|
||||
void debugwarn(tdico *d, char *s);
|
||||
|
||||
|
|
|
|||
|
|
@ -10,4 +10,6 @@ typedef enum {
|
|||
COMPATMODE_ALL = 3,
|
||||
} COMPATMODE_T ;
|
||||
|
||||
extern COMPATMODE_T ngspice_compat_mode(void) ;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue