From 86a00be0be4dd2e948062e395e09d675e9d44401 Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Mon, 3 Mar 1997 12:11:39 -0500 Subject: [PATCH] Eggert mods SCCS-file: ialloc.c SCCS-SID: 8.29 --- ialloc.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ialloc.c b/ialloc.c index 3f49d93..dfb58c5 100644 --- a/ialloc.c +++ b/ialloc.c @@ -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;