Added CIDER define to interface, needed by CIDER.

This commit is contained in:
pnenzi 2003-08-14 16:09:23 +00:00
parent d2c24221fc
commit 8d05f51d74
1 changed files with 4 additions and 1 deletions

View File

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