ngspice.h always must be the first included file
This commit is contained in:
parent
a38165662c
commit
324b27a4d4
|
|
@ -1,3 +1,8 @@
|
|||
2011-08-08 Robert Larice
|
||||
* src/xspice/cm/cmutil.c :
|
||||
ngspice.h always must be the first included file
|
||||
because of "man feature_test_macros(7)"
|
||||
|
||||
2011-08-08 Robert Larice
|
||||
* src/spicelib/analysis/dcpss.c :
|
||||
rewrite pointer dereferences to array subscripts
|
||||
|
|
|
|||
|
|
@ -48,10 +48,10 @@ NON-STANDARD FEATURES
|
|||
None.
|
||||
|
||||
=========================================================================== */
|
||||
#include "ngspice.h" /* for NaN */
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include "cm.h"
|
||||
#include "ngspice.h" /* for NaN */
|
||||
|
||||
/* Corner Smoothing Function ************************************
|
||||
* *
|
||||
|
|
|
|||
Loading…
Reference in New Issue