Browse Source

ngspice.h always must be the first included file

rlar 15 years ago
parent
commit
324b27a4d4
  1. 5
      ChangeLog
  2. 2
      src/xspice/cm/cmutil.c

5
ChangeLog

@ -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

2
src/xspice/cm/cmutil.c

@ -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…
Cancel
Save