From a6b69be6224748ec3e84dcc0802a61bef47c54e2 Mon Sep 17 00:00:00 2001 From: sater Date: Tue, 2 Oct 1984 10:31:06 +0000 Subject: [PATCH] changed definition of myalloc to extern --- mach/proto/cg/subr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/proto/cg/subr.c b/mach/proto/cg/subr.c index d174e3f1..a3801ffc 100644 --- a/mach/proto/cg/subr.c +++ b/mach/proto/cg/subr.c @@ -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; {