summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2013-02-07 21:58:32 +0000
committerAdrian Thurston <thurston@complang.org>2013-02-07 21:58:32 +0000
commitfb5ccc9bb7b44e322aaf581bd7445de03bfd84db (patch)
treecda8e97a3f53b7bc2f3acf020e615daf5151a05c
parent08e102f8c7eddc8876daeb55b21c15b6403d1024 (diff)
downloadcolm-fb5ccc9bb7b44e322aaf581bd7445de03bfd84db.tar.gz
eliminated duplicate definition of StreamImpl typedef
-rw-r--r--colm/input.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/colm/input.h b/colm/input.h
index 036f0cbd..b72c2406 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 );