This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't export symbols for routines that don't exist.
authorCraig A. Berry <craigberry@mac.com>
Thu, 30 Sep 2010 03:37:00 +0000 (22:37 -0500)
committerCraig A. Berry <craigberry@mac.com>
Thu, 30 Sep 2010 03:37:00 +0000 (22:37 -0500)
commit6c2fd45e9787b7da8a64f6f86ec33cadd21655b8
treec668bc9aae4198bc32d4583af4e5785b36fc75fe
parentc5ea2ffada6b35a5d11ced4772d80ebcf2f0bc9e
Don't export symbols for routines that don't exist.

The excluded routines are aliases, and while there are a lot of
aliases, most of them also exist in mathoms.c so there are actual
symbols to link against.  These don't and aren't.

Before a4e744802906bbf8435494e7f5ab1823213b2448, there were quite
a few Perl_pp_xxx and Perl_ck_xxx symbols that were not getting
collected here.
vms/gen_shrfls.pl