ngspice_compat_mode() prototype --> include files

This commit is contained in:
rlar 2010-10-08 18:15:04 +00:00
parent 63d3f113ff
commit b5f1a18f7c
4 changed files with 8 additions and 3 deletions

View File

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

View File

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

View File

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

View File

@ -10,4 +10,6 @@ typedef enum {
COMPATMODE_ALL = 3,
} COMPATMODE_T ;
extern COMPATMODE_T ngspice_compat_mode(void) ;
#endif