An fnext followed by an fbreak in -G2 did not work. The fbreak was not aware
[external/ragel.git] / rlgen-cd / ipgotocodegen.h
index 2664e3b..1a452ae 100644 (file)
@@ -52,7 +52,7 @@ public:
        void RET( ostream &ret, bool inFinish );
        void CURS( ostream &ret, bool inFinish );
        void TARGS( ostream &ret, bool inFinish, int targState );
-       void BREAK( ostream &ret, int targState );
+       void BREAK( ostream &ret, int targState, bool csForced );
 
        virtual void writeData();
        virtual void writeExec();