From 8d05f51d740e0a7e510c94479b971df98302031a Mon Sep 17 00:00:00 2001 From: pnenzi Date: Thu, 14 Aug 2003 16:09:23 +0000 Subject: [PATCH] Added CIDER define to interface, needed by CIDER. --- src/xspice/cmpp/writ_ifs.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/xspice/cmpp/writ_ifs.c b/src/xspice/cmpp/writ_ifs.c index 1d239d02e..83f260202 100755 --- a/src/xspice/cmpp/writ_ifs.c +++ b/src/xspice/cmpp/writ_ifs.c @@ -956,7 +956,10 @@ static void write_SPICEdev( fprintf(fp, "NULL, \n"); /* DEVsenTrunc */ fprintf(fp, "NULL, \n"); /* DEVdisto */ fprintf(fp, "NULL, \n"); /* DEVnoise */ - + fprintf(fp, "#ifdef CIDER \n"); /* CIDER enhancements */ + fprintf(fp, "NULL, \n"); /* DEVdump */ + fprintf(fp, "NULL, \n"); /* DEVacct */ + fprintf(fp, "#endif \n"); /* CIDER enhancements */ /* Write the sizeof stuff used in dynamic allocation of inst/model structs */