From 5afc7363f0393f2f7194cc4b63ac824448c8267c Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 4 Feb 1987 17:43:20 +0000 Subject: [PATCH] *** empty log message *** --- mach/proto/cg/subr.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mach/proto/cg/subr.c b/mach/proto/cg/subr.c index a3801ffca..036fd9a7b 100644 --- a/mach/proto/cg/subr.c +++ b/mach/proto/cg/subr.c @@ -59,8 +59,8 @@ match(tp,tep,optexp) register token_p tp; register set_p tep; { return(result.e_v.e_con); } -instance(instno,token) token_p token; { - inst_p inp; +instance(instno,token) register token_p token; { + register inst_p inp; int i; token_p tp; struct reginfo *rp; @@ -138,8 +138,8 @@ instance(instno,token) token_p token; { } } -cinstance(instno,token,tp,regno) token_p token,tp; { - inst_p inp; +cinstance(instno,token,tp,regno) register token_p token,tp; { + register inst_p inp; int i; struct reginfo *rp; result_t result; -- 2.34.1