diff options
Diffstat (limited to 'parse.h')
| -rw-r--r-- | parse.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -42,7 +42,10 @@ typedef struct { Connector conn; } PipelineElement; - DECLARE_VEC(PipelineElement, Pipeline) +Pipeline parse_tokstream(TokenVec toks); + + + |
