X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=rlgen-cd%2Fgotocodegen.h;h=7de21f180e1fdf1eb8138e988bea0f3d8b3c3a08;hb=b7bbc4afa85019ccddd4a8ecb297619a12930500;hp=dace5687dc2d6b14d2c02ff24a23bd22b9e12cb3;hpb=8ca48cc3abef6eea4c1a15e61ce4c268978d98e9;p=external%2Fragel.git diff --git a/rlgen-cd/gotocodegen.h b/rlgen-cd/gotocodegen.h index dace568..7de21f1 100644 --- a/rlgen-cd/gotocodegen.h +++ b/rlgen-cd/gotocodegen.h @@ -32,7 +32,7 @@ struct CodeGenData; struct NameInst; struct RedTransAp; struct RedStateAp; -struct StateCond; +struct GenStateCond; /* * Goto driven fsm. @@ -69,7 +69,7 @@ public: std::ostream &FROM_STATE_ACTIONS(); std::ostream &EOF_ACTIONS(); - void COND_TRANSLATE( StateCond *stateCond, int level ); + void COND_TRANSLATE( GenStateCond *stateCond, int level ); void emitCondBSearch( RedStateAp *state, int level, int low, int high ); void STATE_CONDS( RedStateAp *state, bool genDefault );