aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pre-process.c
diff options
context:
space:
mode:
Diffstat (limited to 'pre-process.c')
-rw-r--r--pre-process.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pre-process.c b/pre-process.c
index a5a3c5fb..f2053676 100644
--- a/pre-process.c
+++ b/pre-process.c
@@ -309,6 +309,7 @@ static struct token *collect_arg(struct token *prev, int vararg, struct position
next->pos.stream = pos->stream;
next->pos.line = pos->line;
next->pos.pos = pos->pos;
+ next->pos.newline = 0;
p = &next->next;
}
*p = &eof_token_entry;