Browse Source

drop some malloc prototypes, use <stdlib.h>

pre-master-46
rlar 16 years ago
parent
commit
3600f91ab0
  1. 6
      ChangeLog
  2. 3
      src/xspice/icm/spice2poly/icm_spice2poly/cfunc.mod
  3. 3
      src/xspice/icm/xtradev/capacitor/cfunc.mod
  4. 3
      src/xspice/icm/xtradev/inductor/cfunc.mod

6
ChangeLog

@ -1,3 +1,9 @@
2010-07-10 Robert Larice
* src/xspice/icm/spice2poly/icm_spice2poly/cfunc.mod ,
* src/xspice/icm/xtradev/capacitor/cfunc.mod ,
* src/xspice/icm/xtradev/inductor/cfunc.mod :
drop some malloc prototypes, use <stdlib.h>
2010-07-10 Robert Larice
* src/include/lsort.h :
ansi function declaration and definition for SORT() and SORT1()

3
src/xspice/icm/spice2poly/icm_spice2poly/cfunc.mod

@ -62,8 +62,7 @@ and function nxtpwr() performs the function of subroutine NXTPWR.
void *malloc(int);
void free(void *);
#include <stdlib.h>
/* SPICE 2G6 type utility functions */
static double evterm(double x, int n);

3
src/xspice/icm/xtradev/capacitor/cfunc.mod

@ -37,9 +37,6 @@ NON-STANDARD FEATURES
=========================================================================== */
void *malloc(int);
void free(void *);
#define VC 0

3
src/xspice/icm/xtradev/inductor/cfunc.mod

@ -37,9 +37,6 @@ NON-STANDARD FEATURES
=========================================================================== */
void *malloc(int);
void free(void *);
#define LI 0

Loading…
Cancel
Save