drop some malloc prototypes, use <stdlib.h>

This commit is contained in:
rlar 2010-07-10 12:48:56 +00:00
parent 26f2d23e6c
commit 3600f91ab0
4 changed files with 7 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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