From 2464dfba707eb6d3d55df367c29a3836a94102cf Mon Sep 17 00:00:00 2001 From: nuffer Date: Thu, 27 May 2004 00:02:01 +0000 Subject: [PATCH] Small fix. Output yych instead of ych. Thanks to Jan-Henrik Haukeland --- code.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1