Made acceptable for our ANSI C compiler
This commit is contained in:
@@ -86,7 +86,6 @@ char *salloc(length)
|
||||
unsigned length;
|
||||
{
|
||||
char *s,*c;
|
||||
extern char *malloc() ;
|
||||
|
||||
s=c=malloc(length);
|
||||
if ( !s ) fatal("Out of memory") ;
|
||||
|
||||
Reference in New Issue
Block a user