From: helly Date: Tue, 22 Jan 2008 16:03:16 +0000 (+0000) Subject: -m WS X-Git-Tag: 0.13.6~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70879da656aa055ec43acfb33b856e32438cb19b;p=re2c -m WS --- diff --git a/re2c/code.cc b/re2c/code.cc index 40d50056..b3177ab9 100644 --- a/re2c/code.cc +++ b/re2c/code.cc @@ -1681,7 +1681,7 @@ void DFA::emit(std::ostream &o, uint& ind, const RegExpMap* specMap, const std:: } if (bUsedYYAccept) { - o << indent(ind) << "unsigned int "<< mapCodeName["yyaccept"] << " = 0;\n"; + o << indent(ind) << "unsigned int " << mapCodeName["yyaccept"] << " = 0;\n"; } } else