Index: ragel/rbxgoto.cpp --- ragel/rbxgoto.cpp.orig +++ ragel/rbxgoto.cpp @@ -658,7 +658,7 @@ void RbxGotoCodeGen::BREAK( ostream &ret, int targStat out << " begin\n" " " << P() << " += 1\n" - " " << rbxGoto(ret, "_out") << "\n" + " " ; rbxGoto(ret, "_out") << "\n" " end\n"; }