This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Exclude more exported but non-existent functions.
authorCraig A. Berry <craigberry@mac.com>
Thu, 4 Nov 2010 12:36:52 +0000 (07:36 -0500)
committerCraig A. Berry <craigberry@mac.com>
Thu, 4 Nov 2010 12:36:52 +0000 (07:36 -0500)
commit713ca5fadd44860c83993b586ad6ee925fb00c2d
treeef812163883ac568b9b7c15598e11dddb3364437
parent5f388295542456f8845e8152d42525be834372ae
Exclude more exported but non-existent functions.

pp_reach, pp_rvalues, and pp_transr are aliases, but regen/opcode.pl
generates declarations for aliases as if they were C functions in
their own right.  This is necessary for aliases that refer to mathoms
(as most of them do) but seems less right for new entries that will
never refer to an actual function of the same name.  For now, these
need to be explicitly excluded when building the linker options file
on VMS.  Failure to do so breaks the build with undefined symbol
warnings.
vms/gen_shrfls.pl