]> granicus.if.org Git - re2c/commitdiff
-m WS
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Tue, 22 Jan 2008 16:03:16 +0000 (16:03 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Tue, 22 Jan 2008 16:03:16 +0000 (16:03 +0000)
re2c/code.cc

index 40d50056fbb9ee48f545e26923e7d4d717130a5b..b3177ab9c08f2ec1638d314d3eb5db14333099bf 100644 (file)
@@ -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