diff options
author | Adrian Thurston <thurston@complang.org> | 2011-09-11 01:10:28 +0000 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2011-09-11 01:10:28 +0000 |
commit | 9df991350c7d6c46296b24298e397bdca9e6f709 (patch) | |
tree | de28a9d9625557481eb3da4835a6f72782754087 /ragel/gendata.h | |
parent | 1b57a25e75c6963cadecc0ec99b653e22be0def5 (diff) | |
download | colm-9df991350c7d6c46296b24298e397bdca9e6f709.tar.gz |
Some code reorganization: The BackendGen class now makes the the codegen
struct. That class is now called ReducedGen and has been moved to it's own
class. refs #319.
Diffstat (limited to 'ragel/gendata.h')
-rw-r--r-- | ragel/gendata.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ragel/gendata.h b/ragel/gendata.h index 07eab32e..94edc2f4 100644 --- a/ragel/gendata.h +++ b/ragel/gendata.h @@ -118,7 +118,6 @@ struct CodeGenData GenInlineList *dataExpr; KeyOps thisKeyOps; - bool wantComplete; EntryIdVect entryPointIds; EntryNameVect entryPointNames; bool hasLongestMatch; @@ -182,7 +181,4 @@ struct CodeGenData void write_option_error( InputLoc &loc, char *arg ); }; -CodeGenData *makeCodeGen( const char *sourceFileName, - const char *fsmName, ostream &out ); - #endif |