From 970299bdc23b255b467d020b4f2043b2a6311d47 Mon Sep 17 00:00:00 2001 From: rlar Date: Fri, 27 Mar 2015 22:12:18 +0100 Subject: [PATCH] hisimhv2, drop of non __STDC__ code --- src/spicelib/devices/hisimhv2/hsmhvdef.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/spicelib/devices/hisimhv2/hsmhvdef.h b/src/spicelib/devices/hisimhv2/hsmhvdef.h index 06dafb993..fe265ee6d 100644 --- a/src/spicelib/devices/hisimhv2/hsmhvdef.h +++ b/src/spicelib/devices/hisimhv2/hsmhvdef.h @@ -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*/