drop some malloc prototypes, use <stdlib.h>
This commit is contained in:
parent
26f2d23e6c
commit
3600f91ab0
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -37,9 +37,6 @@ NON-STANDARD FEATURES
|
|||
|
||||
=========================================================================== */
|
||||
|
||||
void *malloc(int);
|
||||
void free(void *);
|
||||
|
||||
|
||||
#define VC 0
|
||||
|
||||
|
|
|
|||
|
|
@ -37,9 +37,6 @@ NON-STANDARD FEATURES
|
|||
|
||||
=========================================================================== */
|
||||
|
||||
void *malloc(int);
|
||||
void free(void *);
|
||||
|
||||
|
||||
#define LI 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue