enable cdump under Windows

This commit is contained in:
h_vogt 2011-01-08 14:31:33 +00:00
parent 97605a5df7
commit e9cf4cac9e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
11-01-08 Holger Vogt
* com_cdump.c: add #include "ngspice.h" to allow use of command 'cdump'
also under Windows
11-01-06 Holger Vogt
* inpcom.c: allow models like 2N2904 or 2SK136 also in subcircuits
* examples/Monte_Carlo/mc_ring.sp: reduce memory consumption by adding

View File

@ -1,3 +1,6 @@
/* Command cdump: dump the control structure to the console output */
#include "ngspice.h"
#include <stdio.h>
#include <wordlist.h>