From: nuffer Date: Thu, 27 May 2004 00:02:01 +0000 (+0000) Subject: Small fix. Output yych instead of ych. Thanks to Jan-Henrik Haukeland X-Git-Tag: 0.13.6~694 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2464dfba707eb6d3d55df367c29a3836a94102cf;p=re2c Small fix. Output yych instead of ych. Thanks to Jan-Henrik Haukeland --- diff --git a/code.cc b/code.cc index a6d08458..92b02e50 100644 --- a/code.cc +++ b/code.cc @@ -590,7 +590,7 @@ void Go::genGoto(std::ostream &o, State *from, State *next, bool &readCh) } else { - o << "ych"; + o << "yych"; } o << "] & " << (uint) b->m << ")"; genGoTo(o, from, to, readCh);