From 9eda2de2b81df96617867c5feb900cc3d1212a7e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Hentschel?= Date: Fri, 28 May 2010 21:30:36 +0200 Subject: [PATCH] winapi: Init preprocessor_condition. --- tools/winapi/c_parser.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/winapi/c_parser.pm b/tools/winapi/c_parser.pm index e927fb9f60e..189f780b43d 100644 --- a/tools/winapi/c_parser.pm +++ b/tools/winapi/c_parser.pm @@ -720,7 +720,7 @@ sub parse_c_file($$$$) my $previous_line = 0; my $previous_column = -1; - my $preprocessor_condition; + my $preprocessor_condition = ""; my $if = 0; my $if0 = 0; my $extern_c = 0; -- 2.11.4.GIT