summaryrefslogtreecommitdiff
path: root/src/pdarun.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-01-11 15:08:00 -0500
committerAdrian Thurston <thurston@complang.org>2015-01-11 15:08:00 -0500
commit41fb697e5d7da69888bd14c48313aab5dc154096 (patch)
treed350086497e38af0d4e3c5fbe7613a72adb990cd /src/pdarun.h
parentb6f7af17607d18fefd4aa7ddb8a0d0c53c406e31 (diff)
downloadcolm-41fb697e5d7da69888bd14c48313aab5dc154096.tar.gz
some function name improvements
Diffstat (limited to 'src/pdarun.h')
-rw-r--r--src/pdarun.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pdarun.h b/src/pdarun.h
index 9f0dcddb..5d59bed8 100644
--- a/src/pdarun.h
+++ b/src/pdarun.h
@@ -393,9 +393,6 @@ inline static void appendWord( RtCodeVect *vect, Word word )
void incrementSteps( PdaRun *pdaRun );
void decrementSteps( PdaRun *pdaRun );
-int makeReverseCode( PdaRun *pdaRun );
-void transferReverseCode( PdaRun *pdaRun, ParseTree *tree );
-
void clearStreamImpl( struct colm_program *prg, Tree **sp, StreamImpl *inputStream );
void initSourceStream( StreamImpl *in );
void clearSourceStream( struct colm_program *prg, Tree **sp, StreamImpl *sourceStream );