summaryrefslogtreecommitdiff
path: root/colm/fsmcodegen.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2009-09-08 18:49:16 +0000
committerAdrian Thurston <thurston@complang.org>2009-09-08 18:49:16 +0000
commitc8b0197b35ba2bdfc4f68754525747e0d8f485db (patch)
treef8c0926872b918cd203f457091d3a37c061f582b /colm/fsmcodegen.h
parentf1a79e888fb840912485c5e03ef4785473471a00 (diff)
downloadcolm-c8b0197b35ba2bdfc4f68754525747e0d8f485db.tar.gz
The p, pe and peof variables were each split into two vars, one for the input
stream and one for the FSM executor. This is part of he effort to divorce InputStream from FsmRun.
Diffstat (limited to 'colm/fsmcodegen.h')
-rw-r--r--colm/fsmcodegen.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/colm/fsmcodegen.h b/colm/fsmcodegen.h
index ad77ed7d..cd015e04 100644
--- a/colm/fsmcodegen.h
+++ b/colm/fsmcodegen.h
@@ -101,12 +101,7 @@ protected:
string PE() { return ACCESS() + "pe"; }
string PEOF() { return ACCESS() + "peof"; }
- string BUF() { return ACCESS() + "buf"; }
- string HAVE() { return ACCESS() + "have"; }
- string IGNLEN() { return ACCESS() + "ignlen"; }
-
string CS();
- string STACK() { return ACCESS() + "stack"; }
string TOP() { return ACCESS() + "top"; }
string TOKSTART() { return ACCESS() + "tokstart"; }
string TOKEND() { return ACCESS() + "tokend"; }