From: Ken Raeburn Date: Mon, 1 Oct 2007 19:21:49 +0000 (+0000) Subject: def-check.pl needs to ignore ordinals in .def file X-Git-Tag: krb5-1.7-alpha1~824 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=74b0ce13640ce7a31f24814062eb3e210ff8487e;p=krb5.git def-check.pl needs to ignore ordinals in .def file 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 --- diff --git a/src/util/def-check.pl b/src/util/def-check.pl index 015d81204..a807e6e45 100644 --- a/src/util/def-check.pl +++ b/src/util/def-check.pl @@ -227,6 +227,7 @@ while (! $d->eof()) { next LINE2; } s/[ \t]*//g; + s/@[0-9]+//; my($xconv); if (/PRIVATE/ || /INTERNAL/) { $xconv = "PRIVATE";