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:
parent
aae92bf259
commit
a4ac854d50
|
|
@ -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
|
||||
*=================*/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*=================*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue