summaryrefslogtreecommitdiff
path: root/colm/tree.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2011-12-17 21:55:11 +0000
committerAdrian Thurston <thurston@complang.org>2011-12-17 21:55:11 +0000
commit74f998987ea41022c6449543b633acc0ca5c189a (patch)
tree220da96761d3e92679bdd6ed20a022c102d581bb /colm/tree.h
parent0bafb0322126acb2779a115e9be885b7248d8551 (diff)
downloadcolm-74f998987ea41022c6449543b633acc0ca5c189a.tar.gz
Have the split between InputStream and SourceStream partially functional. Basic
parsing working, but not more fine-grained stream control.
Diffstat (limited to 'colm/tree.h')
-rw-r--r--colm/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/tree.h b/colm/tree.h
index 39319250..37e6f62a 100644
--- a/colm/tree.h
+++ b/colm/tree.h
@@ -217,7 +217,7 @@ typedef struct AccumStruct
struct _PdaRun *pdaRun;
struct _FsmRun *fsmRun;
- Stream *stream;
+ struct _InputStream *in;
Tree *result;
} Accum;