13 lines
299 B
Text
13 lines
299 B
Text
|
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";
|
||
|
}
|
||
|
|