bingoto.h (ragel-7.0.0.11) | : | bingoto.h (ragel-7.0.0.12) | ||
---|---|---|---|---|
skipping to change at line 41 | skipping to change at line 41 | |||
: | : | |||
public Binary, public TabGoto | public Binary, public TabGoto | |||
{ | { | |||
BinGoto( const CodeGenArgs &args, Binary::Type type ) | BinGoto( const CodeGenArgs &args, Binary::Type type ) | |||
: | : | |||
Tables( args ), | Tables( args ), | |||
Binary( args, type ), | Binary( args, type ), | |||
TabGoto( args ) | TabGoto( args ) | |||
{} | {} | |||
void COND_BIN_SEARCH( Variable &var, TableArray &keys, std::string ok, st | ||||
d::string error ); | ||||
void LOCATE_COND(); | ||||
void LOCATE_TRANS(); | void LOCATE_TRANS(); | |||
void LOCATE_COND(); | ||||
}; | }; | |||
class BinGotoLoop | class BinGotoLoop | |||
: public BinGoto, public ActLoop | : public BinGoto, public ActLoop | |||
{ | { | |||
public: | public: | |||
BinGotoLoop( const CodeGenArgs &args ) | BinGotoLoop( const CodeGenArgs &args ) | |||
: | : | |||
Tables( args ), | Tables( args ), | |||
BinGoto( args, Loop ), | BinGoto( args, Loop ), | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 1 lines changed or added |