summaryrefslogtreecommitdiff
path: root/src/pdarun.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-05-10 11:55:58 -0400
committerAdrian Thurston <thurston@complang.org>2015-05-10 11:55:58 -0400
commitdf14c3f2fdc9abee0c922f456446264460aefd06 (patch)
tree9ebeee2a4da98131f33e2facf458042860cbf412 /src/pdarun.h
parent97689b1dca307140d17e70bd56c51a302f994c8c (diff)
downloadcolm-df14c3f2fdc9abee0c922f456446264460aefd06.tar.gz
code cleanup and some fixes for iter unwind since splitting unwind/destroy
Diffstat (limited to 'src/pdarun.h')
-rw-r--r--src/pdarun.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pdarun.h b/src/pdarun.h
index 700b0afa..63a5f04d 100644
--- a/src/pdarun.h
+++ b/src/pdarun.h
@@ -366,6 +366,7 @@ typedef struct _PdaRun
void colm_pda_init( struct colm_program *prg, PdaRun *pdaRun, PdaTables *tables,
int parserId, long stopTarget, int revertOn, struct colm_struct *context );
void colm_pda_clear( struct colm_program *prg, struct colm_tree **sp, PdaRun *pdaRun );
+
void rtCodeVectReplace( RtCodeVect *vect, long pos, const Code *val, long len );
void rtCodeVectEmpty( RtCodeVect *vect );
void rtCodeVectRemove( RtCodeVect *vect, long pos, long len );