summaryrefslogtreecommitdiff
path: root/colm/tree.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2011-12-15 01:53:38 +0000
committerAdrian Thurston <thurston@complang.org>2011-12-15 01:53:38 +0000
commita82a84f216749319a5d8bdbff634dd77b9c7ce57 (patch)
tree69e988ebce85cff1f4ce7f38c3b18f7282e68331 /colm/tree.h
parenteb4dea65b9756231b858c0073c54afa310d6aacd (diff)
downloadcolm-a82a84f216749319a5d8bdbff634dd77b9c7ce57.tar.gz
Input is going to become InputStream and the original InputStream is going to
become SourceStream, implementing the different types of source data available.
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 1dfb33ef..39319250 100644
--- a/colm/tree.h
+++ b/colm/tree.h
@@ -202,7 +202,7 @@ typedef struct _Stream
Kid *child;
FILE *file;
- InputStream *in;
+ SourceStream *in;
} Stream;
typedef struct AccumStruct