diff options
author | Craig A. Berry <craigberry@mac.com> | 2014-01-10 07:50:36 -0600 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2014-01-10 07:56:19 -0600 |
commit | a4b7e97b6a3dc977715964c18839937be73faab6 (patch) | |
tree | 2db1f674811e32e7565ceb808649c9eff3bf1ad6 /cpan/Module-Build/lib/Module/Build/ModuleInfo.pm | |
parent | ee48a02a4401532d19a7ebac587685692b382dea (diff) | |
download | perl-a4b7e97b6a3dc977715964c18839937be73faab6.tar.gz |
Don't multiply define _new_invlist_C_array.
It's now an external function in regcomp.c, so it doesn't need to
also be defined in re_comp.c. And in fact it mustn't be as the VMS
linker warns with:
%ILINK-W-MULDEF, symbol PERL__NEW_INVLIST_C_ARRAY multiply defined
module: RE_COMP
which becomes a run-time error.
Diffstat (limited to 'cpan/Module-Build/lib/Module/Build/ModuleInfo.pm')
0 files changed, 0 insertions, 0 deletions