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 */