From 7464d4423a95c83090aabf321d6966c991650f5d Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 28 Mar 2015 11:41:10 +0100 Subject: [PATCH] hisimhv1, drop of non __STDC__ code --- src/spicelib/devices/hisimhv1/hsmhvdef.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/spicelib/devices/hisimhv1/hsmhvdef.h b/src/spicelib/devices/hisimhv1/hsmhvdef.h index c1e2e0343..8ddfe40a2 100644 --- a/src/spicelib/devices/hisimhv1/hsmhvdef.h +++ b/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*/