In mkdef.pl ignore trailing whitespace in #ifdef lines
authorDr. Stephen Henson <steve@openssl.org>
Sat, 5 Feb 2005 17:22:14 +0000 (17:22 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 5 Feb 2005 17:22:14 +0000 (17:22 +0000)
util/mkdef.pl

index 204a056a483c836f9e4b1a9a6ef67e73b2e0e74c..98cd12706cb4dd944b67004c6b7ff91ff5058c2f 100755 (executable)
@@ -479,7 +479,7 @@ sub do_defs
                                        push(@tag,$1);
                                        $tag{$1}=-1;
                                }
                                        push(@tag,$1);
                                        $tag{$1}=-1;
                                }
-                       } elsif (/^\#\s*ifdef\s+(.*)/) {
+                       } elsif (/^\#\s*ifdef\s+(\S*)/) {
                                push(@tag,"-");
                                push(@tag,$1);
                                $tag{$1}=1;
                                push(@tag,"-");
                                push(@tag,$1);
                                $tag{$1}=1;