This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Only define Perl__get_regclass_nonbitmap_data once.
authorCraig A. Berry <craigberry@mac.com>
Thu, 20 Feb 2014 22:25:28 +0000 (16:25 -0600)
committerCraig A. Berry <craigberry@mac.com>
Thu, 20 Feb 2014 22:25:28 +0000 (16:25 -0600)
commit3e63bed3c572617faf16446e7b44b5ea0b78e979
tree32467c480c8dcdeb4eaf35604bc136fdf3cbd20d
parentd06ddc79cdb5078a4f9a22057fc84f47e68a717b
Only define Perl__get_regclass_nonbitmap_data once.

It was added in 77d654fbc7477bd but since it is exported, it
should not be defined in both the core and the extension versions
of regex code.  Doing so causes a multiply defined symbol warning
in the VMS linker and results in a build failure.  It might cause
trouble in any other environment with a strict linker.
regexec.c