summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2013-02-07 17:30:27 -0500
committerAdrian Thurston <thurston@complang.org>2013-02-07 17:30:27 -0500
commit26b94103c203c9210fa9ce368084ee75356ab882 (patch)
treeb0b55e58939b4423732562758354956341553ab9
parent820ca9af9ae1fd05e7cf4b8de03da9199529c7c3 (diff)
parentfb5ccc9bb7b44e322aaf581bd7445de03bfd84db (diff)
downloadcolm-26b94103c203c9210fa9ce368084ee75356ab882.tar.gz
Merge branch 'copy-on-consume' of ssh://complang.org/var/git/colm into copy-on-consume
-rw-r--r--colm/input.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/colm/input.h b/colm/input.h
index 00ce509d..af76f31c 100644
--- a/colm/input.h
+++ b/colm/input.h
@@ -156,8 +156,6 @@ struct _StreamImpl
struct ConsItem *consItem;
};
-typedef struct _StreamImpl StreamImpl;
-
StreamImpl *newSourceStreamPat( struct Pattern *pattern );
StreamImpl *newSourceStreamCons( struct Constructor *constructor );
StreamImpl *newSourceStreamFile( FILE *file );