Commit 846a71dc authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

Added initializing pp_status.input at begin of wpp_parse.

parent cf1d00bb
......@@ -143,6 +143,8 @@ int wpp_parse( const char *input, FILE *output )
{
int ret;
pp_status.input = NULL;
pp_push_define_state();
add_cmdline_defines();
add_special_defines();
......
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