r20039@cathode-dark-space: raeburn | 2007-10-01 15:21:49 -0400
ticket: new
subject: 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: 5791
version_fixed: 1.6.3
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@20077
dc483132-0cff-0310-8789-
dd5450dbe970
next LINE2;
}
s/[ \t]*//g;
+ s/@[0-9]+//;
my($xconv);
if (/PRIVATE/ || /INTERNAL/) {
$xconv = "PRIVATE";