Ignore TYPEDEF_OF in mkdef.pl
authorDr. Stephen Henson <steve@openssl.org>
Tue, 19 Apr 2005 11:49:25 +0000 (11:49 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 19 Apr 2005 11:49:25 +0000 (11:49 +0000)
util/mkdef.pl

index 8ff98470d8cd522d8376ce4e636f4e00cd226e9b..e2a83c9fc7351b0b6cdf0948bdab7f8991eb2a2e 100755 (executable)
@@ -848,6 +848,9 @@ sub do_defs
                                /(\w+(\{[0-9]+\})?)\W*\(\)/s;
                                $s = $1;
                                print STDERR "DEBUG: found function $s\n" if $debug;
+
+                       } elsif (/TYPEDEF_\w+_OF/) {
+                               next;
                        } elsif (/\(/ and not (/=/)) {
                                print STDERR "File $file: cannot parse: $_;\n";
                                next;