summaryrefslogtreecommitdiff
path: root/colm/bytecode.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-08-27 12:28:02 -0400
committerAdrian Thurston <thurston@complang.org>2012-08-27 12:28:02 -0400
commitc35cf67e8f79f9d7d825efa3352d702a091b1689 (patch)
tree4811f5aa78f5e40cf89295741da83c5075a7175a /colm/bytecode.h
parent975671b77b428d98fb6c6bfd9e3b338f294d5907 (diff)
downloadcolm-c35cf67e8f79f9d7d825efa3352d702a091b1689.tar.gz
moved pcr into Execution, no longer pushing through parse instructions
Diffstat (limited to 'colm/bytecode.h')
-rw-r--r--colm/bytecode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/colm/bytecode.h b/colm/bytecode.h
index 21894751..29aadc05 100644
--- a/colm/bytecode.h
+++ b/colm/bytecode.h
@@ -451,6 +451,7 @@ typedef struct _Execution
Parser *parser;
long steps;
+ long pcr;
} Execution;
long stringLength( Head *str );