Browse Source

hisimhv1, drop of non __STDC__ code

pre-master-46
rlar 11 years ago
parent
commit
7464d4423a
  1. 4
      src/spicelib/devices/hisimhv1/hsmhvdef.h

4
src/spicelib/devices/hisimhv1/hsmhvdef.h

@ -2953,14 +2953,10 @@ typedef struct sHSMHVmodel { /* model structure for a resistor */
#include "hsmhvext.h"
/* Prototype has to be adapted!
#ifdef __STDC__
extern void HSMHVevaluate(double,double,double,HSMHVinstance*,HSMHVmodel*,
double*,double*,double*, double*, double*, double*, double*,
double*, double*, double*, double*, double*, double*, double*,
double*, double*, double*, double*, CKTcircuit*);
#else
extern void HSMHVevaluate();
#endif
*/
#endif /*HSMHV*/

Loading…
Cancel
Save