lib/treetop/compiler/node_classes/predicate.rb in treetop-1.6.3 vs lib/treetop/compiler/node_classes/predicate.rb in treetop-1.6.4

- old
+ new

@@ -41,10 +41,10 @@ end end def when_failure if (e = parent.atomic.expected) - builder << "terminal_failures.pop" + builder << "@terminal_failures.pop" end assign_success end end end