André Hentschel : winapi: Init preprocessor_condition.

Alexandre Julliard julliard at winehq.org
Mon May 31 11:21:35 CDT 2010


Module: wine
Branch: master
Commit: 9eda2de2b81df96617867c5feb900cc3d1212a7e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9eda2de2b81df96617867c5feb900cc3d1212a7e

Author: André Hentschel <nerv at dawncrow.de>
Date:   Fri May 28 21:30:36 2010 +0200

winapi: Init preprocessor_condition.

---

 tools/winapi/c_parser.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/winapi/c_parser.pm b/tools/winapi/c_parser.pm
index e927fb9..189f780 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;




More information about the wine-cvs mailing list