summaryrefslogtreecommitdiff
path: root/colm/program.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-05-21 11:27:36 -0400
committerAdrian Thurston <thurston@complang.org>2012-05-21 11:27:36 -0400
commitea46ba9ff428d536e27f1dc33a20eeef6d44e3d6 (patch)
tree4dfddcbf8997e4b9daf5a13a876152c3864a0334 /colm/program.h
parentc50b00ab3df74ed589036919baffd4c6edc4a7de (diff)
downloadcolm-ea46ba9ff428d536e27f1dc33a20eeef6d44e3d6.tar.gz
eliminated generation from IgnoreList
This field was the only field that extends the basic tree. Can now eliminate the structure and just use Tree.
Diffstat (limited to 'colm/program.h')
-rw-r--r--colm/program.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/colm/program.h b/colm/program.h
index 183834dd..6e588bf1 100644
--- a/colm/program.h
+++ b/colm/program.h
@@ -91,7 +91,6 @@ typedef struct ColmProgram
unsigned char ctxDepParsing;
RuntimeData *rtd;
Tree *global;
- long nextIlGen;
int induceExit;
int exitStatus;