diff options
author | Adrian Thurston <thurston@complang.org> | 2013-02-09 13:40:03 -0500 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2013-02-09 13:40:03 -0500 |
commit | 0e22038b0cd1230e88888547fe862e26b6ce7945 (patch) | |
tree | b96f8e7375f11006a0e0e6550908fe95a6b97754 /colm/pdarun.h | |
parent | 3853e924647f680a8ec7d70367562cf11a29189d (diff) | |
download | colm-0e22038b0cd1230e88888547fe862e26b6ce7945.tar.gz |
store FsmRun inside PdaRun, remove from Parser
Diffstat (limited to 'colm/pdarun.h')
-rw-r--r-- | colm/pdarun.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/colm/pdarun.h b/colm/pdarun.h index 6b9b065c..818a753c 100644 --- a/colm/pdarun.h +++ b/colm/pdarun.h @@ -346,6 +346,8 @@ typedef struct _PdaRun int rcBlockCount; Tree *parseErrorText; + + FsmRun *fsmRun; } PdaRun; void rtCodeVectReplace( RtCodeVect *vect, long pos, const Code *val, long len ); |