From e117c389b34fc05d79a5ebd301249210780ca50b Mon Sep 17 00:00:00 2001 From: r29173 Date: Mon, 12 Dec 2011 20:46:25 +0000 Subject: [PATCH] Set name of model C routines unique - make linker happy. --- src/spicelib/devices/adms/admst/ngspice.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/spicelib/devices/adms/admst/ngspice.xml b/src/spicelib/devices/adms/admst/ngspice.xml index bebc2280d..2e2c7afb9 100644 --- a/src/spicelib/devices/adms/admst/ngspice.xml +++ b/src/spicelib/devices/adms/admst/ngspice.xml @@ -3625,11 +3625,11 @@ typedef struct s$(module)model { /* model structure */ - + - + @@ -3819,7 +3819,7 @@ int $(module)mParam(int param, IFvalue *value, GENmodel *inMod) #include "$(module)itf.h" #define ccap qcap+1 -int my$(module)NIintegrate(CKTcircuit *ckt, double *geq, double *ceq, double cap, int qcap) +static int my$(module)NIintegrate(CKTcircuit *ckt, double *geq, double *ceq, double cap, int qcap) { static char *ordmsg = "Illegal integration order"; static char *methodmsg = "Unknown integration method";