From: sater Date: Tue, 2 Oct 1984 10:31:06 +0000 (+0000) Subject: changed definition of myalloc to extern X-Git-Tag: release-5-5~6082 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=92aecb175cbb396eccbc1ee55eb24810a39af404;p=ack.git changed definition of myalloc to extern --- diff --git a/mach/proto/cg/subr.c b/mach/proto/cg/subr.c index d174e3f16..a3801ffca 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; {