diff --git a/scheck.c b/scheck.c index 4b54b82..e9c9fa7 100644 --- a/scheck.c +++ b/scheck.c @@ -12,15 +12,7 @@ static char sccsid[] = "%W%"; #include "ctype.h" -#ifndef alloc_t -#define alloc_t unsigned -#endif - -#ifndef MAL -#define MAL NULL -#endif - -extern char * malloc(); +extern char * imalloc(); char * scheck(string, format)