]> granicus.if.org Git - re2c/commitdiff
Small fix. Output yych instead of ych. Thanks to Jan-Henrik Haukeland
authornuffer <nuffer@642ea486-5414-0410-9d7f-a0204ed87703>
Thu, 27 May 2004 00:02:01 +0000 (00:02 +0000)
committernuffer <nuffer@642ea486-5414-0410-9d7f-a0204ed87703>
Thu, 27 May 2004 00:02:01 +0000 (00:02 +0000)
code.cc

diff --git a/code.cc b/code.cc
index a6d084580d325acadfe8196a6d599f4c4c133a50..92b02e50dd23f81db591017b1a524f10f05509bc 100644 (file)
--- 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);