This is needed to deal with changes to the def-check run required by
the API changes.
r19085@cathode-dark-space: raeburn | 2007-01-20 07:13:15 -0500
Handle function names immediately preceded by "*", like "*strdup"
in k5-int.h+krb5.h.
ticket: 5420
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19150
dc483132-0cff-0310-8789-
dd5450dbe970
goto Hadcallc;
}
# deal with no CALLCONV indicator
- s/^.* (\w+) *$/$1/;
+ s/^.* \**(\w+) *$/$1/;
die "Invalid function name: '$_'" if (!/^[A-Za-z0-9_]+$/);
push @convD, $_;
push @vararg, $_ if $vararg;