diff options
Diffstat (limited to 'src/build.l')
-rw-r--r-- | src/build.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build.l b/src/build.l index 41abaf4..49275c8 100644 --- a/src/build.l +++ b/src/build.l | |||
@@ -34,6 +34,7 @@ std::string strbuf; | |||
34 | "input" return TOK_INPUT; | 34 | "input" return TOK_INPUT; |
35 | "filter" return TOK_FILTER; | 35 | "filter" return TOK_FILTER; |
36 | "prefix" return TOK_PREFIX; | 36 | "prefix" return TOK_PREFIX; |
37 | "aggregate" return TOK_AGGREGATE; | ||
37 | 38 | ||
38 | \n+ { | 39 | \n+ { |
39 | yylloc->last_line += yyleng; | 40 | yylloc->last_line += yyleng; |