diff --git a/src/frontend/logicexp.c b/src/frontend/logicexp.c index 32626be0e..13042bde9 100644 --- a/src/frontend/logicexp.c +++ b/src/frontend/logicexp.c @@ -614,6 +614,7 @@ static void ptable_print(PTABLE pt) /* Start of logicexp parser */ static char *get_inst_name(void); +static char *get_temp_name(void); static void aerror(char *s); static BOOL amatch(int t); static BOOL bexpr(void); diff --git a/src/spicelib/analysis/cktop.c b/src/spicelib/analysis/cktop.c index 6bebb681a..1b52c296b 100644 --- a/src/spicelib/analysis/cktop.c +++ b/src/spicelib/analysis/cktop.c @@ -16,8 +16,6 @@ Modified: 2005 Paolo Nenzi - Restructured #include "ngspice/enh.h" #endif -extern bool ft_ngdebug; - static int dynamic_gmin(CKTcircuit *, long int, long int, int); static int spice3_gmin(CKTcircuit *, long int, long int, int); static int new_gmin(CKTcircuit*, long int, long int, int);