projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
966eac3
)
Recent changes from 0.9.6-stable
author
Richard Levitte
<levitte@openssl.org>
Thu, 10 Apr 2003 20:12:24 +0000
(20:12 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 10 Apr 2003 20:12:24 +0000
(20:12 +0000)
util/mkdef.pl
patch
|
blob
|
history
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index d84acfa3e5e186bcad7c9c9a25ba2fe901d791a9..4a11a4ad0bb13e0c8bea2eb106d51e1fcac66251 100755
(executable)
--- 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);