diff options
-rw-r--r-- | src/build.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.l b/src/build.l index 2b834a2..3107431 100644 --- a/src/build.l +++ b/src/build.l | |||
@@ -46,7 +46,7 @@ std::string strbuf; | |||
46 | "targets" return TOK_TARGETS; | 46 | "targets" return TOK_TARGETS; |
47 | 47 | ||
48 | "..."\n { | 48 | "..."\n { |
49 | yylloc->last_line += yyleng; | 49 | yylloc->last_line += 1; |
50 | yylloc->first_line = yylloc->last_line; | 50 | yylloc->first_line = yylloc->last_line; |
51 | yylloc->first_column = yylloc->last_column = 0; | 51 | yylloc->first_column = yylloc->last_column = 0; |
52 | } | 52 | } |