Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Fix bug in preclim handling of EXPR() subrule.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Nov 13, 2009
1 parent 9555dc3 commit b6a6b03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cheats/hll-grammar.pir
Expand Up @@ -518,7 +518,6 @@ An operator precedence parser.
termish = 'termish'
have_termish:

unless opstack goto reduce_done
.local string inprec, inassoc, opprec
inprec = inO['prec']
unless inprec goto err_inprec
Expand Down

0 comments on commit b6a6b03

Please sign in to comment.