From: Richard Levitte Date: Thu, 10 Apr 2003 20:12:24 +0000 (+0000) Subject: Recent changes from 0.9.6-stable X-Git-Tag: OpenSSL-engine-0_9_6j~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=345d8d572cfd7fc3049551618f14d5f68be2a88a;p=oweals%2Fopenssl.git Recent changes from 0.9.6-stable --- 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);