fix to fix
This commit is contained in:
parent
d97abb0763
commit
3a3db29339
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ reachwalk(p) register p_gram p; {
|
|||
register p_nont n = &nonterms[g_getcont(p)];
|
||||
|
||||
reachable(n);
|
||||
if (p->n_rule && g_gettype(n->n_rule) == EORULE &&
|
||||
if (n->n_rule && g_gettype(n->n_rule) == EORULE &&
|
||||
! g_getnpar(p) && (getntparams(n) == 0)) {
|
||||
register p_gram np = p;
|
||||
do {
|
||||
|
|
Loading…
Reference in a new issue