hisimhv2, drop of non __STDC__ code

This commit is contained in:
rlar 2015-03-27 22:12:18 +01:00
parent 0ef07aad20
commit 970299bdc2
1 changed files with 0 additions and 4 deletions

View File

@ -3473,14 +3473,10 @@ typedef struct sHSMHV2model { /* model structure for a resistor */
#include "hsmhvext.h"
/* Prototype has to be adapted!
#ifdef __STDC__
extern void HSMHV2evaluate(double,double,double,HSMHV2instance*,HSMHV2model*,
double*,double*,double*, double*, double*, double*, double*,
double*, double*, double*, double*, double*, double*, double*,
double*, double*, double*, double*, CKTcircuit*);
#else
extern void HSMHV2evaluate();
#endif
*/
#endif /*HSMHV2*/