def-check.pl needs to ignore ordinals in .def file
authorKen Raeburn <raeburn@mit.edu>
Mon, 1 Oct 2007 19:21:49 +0000 (19:21 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 1 Oct 2007 19:21:49 +0000 (19:21 +0000)
Otherwise, the UNIX build blows out now that the Windows export lists
have been updated.  Silly consistency checks....

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20039 dc483132-0cff-0310-8789-dd5450dbe970

src/util/def-check.pl

index 015d81204227bab7943d20e2c1f22a9a787283c5..a807e6e45be5bce1461b0ffdb67f1258648c0fe1 100644 (file)
@@ -227,6 +227,7 @@ while (! $d->eof()) {
         next LINE2;
     }
     s/[ \t]*//g;
+    s/@[0-9]+//;
     my($xconv);
     if (/PRIVATE/ || /INTERNAL/) {
        $xconv = "PRIVATE";