added definition of malloc().
authorsater <none@none>
Wed, 8 Aug 1984 10:54:04 +0000 (10:54 +0000)
committersater <none@none>
Wed, 8 Aug 1984 10:54:04 +0000 (10:54 +0000)
Program crashed on 2/4 machines

util/cgg/bootgram.y

index 8f0e45f..68342b2 100644 (file)
@@ -69,6 +69,8 @@ static char rcsid[]="$Header$";
 typedef char byte;
 typedef char * string;
 
+char *malloc(),*myalloc();
+
 #include <stdio.h>
 #include <assert.h>
 #include <ctype.h>