summaryrefslogtreecommitdiff
path: root/src/pdarun.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-10-05 21:33:09 -0400
committerAdrian Thurston <thurston@complang.org>2015-10-05 21:33:09 -0400
commitdc2a84cc6c730f991e5f7c41964f1a81a086aaae (patch)
tree9fb01c74927e729334eed1f2d296b1b8a06dddda /src/pdarun.h
parent3e73bf22f0e3819276369f8d1ea3d546002956b9 (diff)
downloadcolm-dc2a84cc6c730f991e5f7c41964f1a81a086aaae.tar.gz
generate the union and size parse tree according to it
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 02cd7e14..ebfd7ea1 100644
--- a/src/pdarun.h
+++ b/src/pdarun.h
@@ -457,6 +457,8 @@ void commit_forward_recurse( program_t *prg, tree_t **root,
void commit_reduce( program_t *prg, tree_t **root, struct pda_run *pda_run );
void commit_clear( program_t *prg, tree_t **root, struct pda_run *pda_run );
+long commit_union_sz();
+
#ifdef __cplusplus
}