diff --git a/src/ngsconvert.c b/src/ngsconvert.c index f8a7a5176..6e09b9033 100644 --- a/src/ngsconvert.c +++ b/src/ngsconvert.c @@ -24,7 +24,6 @@ FILE *cp_err = NULL; FILE *cp_curin = NULL; FILE *cp_curout = NULL; FILE *cp_curerr = NULL; -int cp_maxhistlength; bool cp_debug = FALSE; char cp_chars[128]; bool cp_nocc = TRUE; diff --git a/src/xspice/icm/dlmain.h b/src/xspice/icm/dlmain.h index c442f1a14..ff08083fc 100644 --- a/src/xspice/icm/dlmain.h +++ b/src/xspice/icm/dlmain.h @@ -5,6 +5,6 @@ #include "ngspice/mifproto.h" #include "ngspice/dllitf.h" -struct coreInfo_t *coreitf; +extern struct coreInfo_t *coreitf; #endif /* dlmain.h */