Recent changes from 0.9.6-stable
authorRichard Levitte <levitte@openssl.org>
Thu, 10 Apr 2003 20:12:24 +0000 (20:12 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 10 Apr 2003 20:12:24 +0000 (20:12 +0000)
util/mkdef.pl

index d84acfa3e5e186bcad7c9c9a25ba2fe901d791a9..4a11a4ad0bb13e0c8bea2eb106d51e1fcac66251 100755 (executable)
@@ -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);