summaryrefslogtreecommitdiff
path: root/src/pdarun.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdarun.h')
-rw-r--r--src/pdarun.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pdarun.h b/src/pdarun.h
index 5708f7fc..dd180ab8 100644
--- a/src/pdarun.h
+++ b/src/pdarun.h
@@ -355,6 +355,8 @@ struct pda_run
int rc_block_count;
tree_t *parse_error_text;
+ char not_used;
+ parse_tree_t *last_final;
};
void colm_pda_init( struct colm_program *prg, struct pda_run *pda_run,