summaryrefslogtreecommitdiff
path: root/ragel/cdcodegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'ragel/cdcodegen.h')
-rw-r--r--ragel/cdcodegen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ragel/cdcodegen.h b/ragel/cdcodegen.h
index d8fe62d..b9a8490 100644
--- a/ragel/cdcodegen.h
+++ b/ragel/cdcodegen.h
@@ -131,6 +131,8 @@ protected:
string FIRST_FINAL() { return DATA_PREFIX() + "first_final"; }
string CTXDATA() { return DATA_PREFIX() + "ctxdata"; }
+ void EOF_CHECK( ostream &ret );
+
void INLINE_LIST( ostream &ret, GenInlineList *inlineList,
int targState, bool inFinish, bool csForced );
virtual void GOTO( ostream &ret, int gotoDest, bool inFinish ) = 0;