changed definition of myalloc to extern
authorsater <none@none>
Tue, 2 Oct 1984 10:31:06 +0000 (10:31 +0000)
committersater <none@none>
Tue, 2 Oct 1984 10:31:06 +0000 (10:31 +0000)
mach/proto/cg/subr.c

index d174e3f..a3801ff 100644 (file)
@@ -30,7 +30,7 @@ static char rcsid[] = "$Header$";
  * Author: Hans van Staveren
  */
 
-string myalloc();
+extern string myalloc();
 unsigned codegen();
 
 match(tp,tep,optexp) register token_p tp; register set_p tep; {