Added initializing pp_status.input at begin of wpp_parse.

This commit is contained in:
Jacek Caban 2005-01-09 16:53:47 +00:00 committed by Alexandre Julliard
parent cf1d00bb08
commit 846a71dc20
1 changed files with 2 additions and 0 deletions

View File

@ -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();