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