Commit 2b5d06af authored by Alexandre Julliard's avatar Alexandre Julliard

wpp: Reset the line position when parsing a new file.

parent 82f910eb
......@@ -168,6 +168,8 @@ int wpp_parse( const char *input, FILE *output )
int ret;
pp_status.input = NULL;
pp_status.line_number = 0;
pp_status.char_number = 0;
pp_status.state = 0;
ret = pp_push_define_state();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment