Eggert mods

SCCS-file: ialloc.c
SCCS-SID: 8.29
This commit is contained in:
Arthur David Olson
2012-07-18 03:02:26 -04:00
committed by Paul Eggert
parent bb8055ecb0
commit 86a00be0be
-7
View File
@@ -10,13 +10,6 @@ static char elsieid[] = "%W%";
#define nonzero(n) (((n) == 0) ? 1 : (n))
char * icalloc P((int nelem, int elsize));
char * icatalloc P((char * old, const char * new));
char * icpyalloc P((const char * string));
char * imalloc P((int n));
void * irealloc P((void * pointer, int size));
void ifree P((char * pointer));
char *
imalloc(n)
const int n;