*** empty log message ***
This commit is contained in:
parent
45105f16c6
commit
5afc7363f0
1 changed files with 4 additions and 4 deletions
|
@ -59,8 +59,8 @@ match(tp,tep,optexp) register token_p tp; register set_p tep; {
|
||||||
return(result.e_v.e_con);
|
return(result.e_v.e_con);
|
||||||
}
|
}
|
||||||
|
|
||||||
instance(instno,token) token_p token; {
|
instance(instno,token) register token_p token; {
|
||||||
inst_p inp;
|
register inst_p inp;
|
||||||
int i;
|
int i;
|
||||||
token_p tp;
|
token_p tp;
|
||||||
struct reginfo *rp;
|
struct reginfo *rp;
|
||||||
|
@ -138,8 +138,8 @@ instance(instno,token) token_p token; {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
cinstance(instno,token,tp,regno) token_p token,tp; {
|
cinstance(instno,token,tp,regno) register token_p token,tp; {
|
||||||
inst_p inp;
|
register inst_p inp;
|
||||||
int i;
|
int i;
|
||||||
struct reginfo *rp;
|
struct reginfo *rp;
|
||||||
result_t result;
|
result_t result;
|
||||||
|
|
Loading…
Reference in a new issue