From 345d8d572cfd7fc3049551618f14d5f68be2a88a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 10 Apr 2003 20:12:24 +0000 Subject: [PATCH] Recent changes from 0.9.6-stable --- util/mkdef.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/util/mkdef.pl b/util/mkdef.pl index d84acfa3e5..4a11a4ad0b 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -315,6 +315,10 @@ sub do_defs } s/\/\*.*?\*\///gs; # ignore comments + if (/\/\*/) { # if we have part + $line = $_; # of a comment, + next; # continue reading + } s/{[^{}]*}//gs; # ignore {} blocks if (/^\#\s*ifndef (.*)/) { push(@tag,$1); -- 2.25.1