devices/hisimhv1, devices/hisim2, avoid overlapping globals TMF1 ... TMF6

reported by James Jackson in message:
  [Ngspice-users] Problem building git head --with-ngspice Mac OS X
This commit is contained in:
rlar 2013-11-18 20:32:15 +01:00
parent aae92bf259
commit a4ac854d50
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ to others."
#define C_IDD_MIN 1.0e-15
/* local variables used in macro functions */
double TMF1 , TMF2 , TMF3 , TMF4 ;
static double TMF1 , TMF2 , TMF3 , TMF4 ;
/*===========================================================*
* pow
*=================*/

View File

@ -160,7 +160,7 @@ June. 2008 (revised in June 2011)
#define C_gidl_delta 0.5
/* local variables used in macro functions */
double TMF0 , TMF1 , TMF2 , TMF3 , TMF4 , TMF5 , TMF6 ;
static double TMF0 , TMF1 , TMF2 , TMF3 , TMF4 , TMF5 , TMF6 ;
/*===========================================================*
* pow
*=================*/