summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--colm/input.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/colm/input.h b/colm/input.h
index 6a65385c..f5b39b4d 100644
--- a/colm/input.h
+++ b/colm/input.h
@@ -87,7 +87,6 @@ typedef struct _RunBuf
RunBuf *newRunBuf();
typedef struct _StreamImpl StreamImpl;
-typedef struct ColmLocation Location;
struct StreamFuncs
{
@@ -95,7 +94,7 @@ struct StreamFuncs
int (*getData)( StreamImpl *ss, char *dest, int length );
- int (*consumeData)( StreamImpl *ss, int length, Location *loc );
+ int (*consumeData)( StreamImpl *ss, int length, struct ColmLocation *loc );
int (*undoConsumeData)( StreamImpl *ss, const char *data, int length );
struct ColmTree *(*consumeTree)( StreamImpl *ss );