diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-08-06 18:22:42 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-08-07 08:17:58 +0200 |
commit | 9eb247a14b024bbe2624b3a0d51417d86d6b0351 (patch) | |
tree | 8e6172078ecedfc4f4bfc4f6cc2c50c8f4e7dd9d /makedef.pl | |
parent | dc588da0f1a8372922811ea3486ff170c92dc9a0 (diff) | |
download | perl-9eb247a14b024bbe2624b3a0d51417d86d6b0351.tar.gz |
Teach makedef.pl that Perl_allocfilegv does not exist without ithreads.
This linker skip was missed by commit c82ecf346a8512f2, which did add the 3
PL_ variables it added for ithreads builds.
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index 0f4790e870..a5b99a758a 100644 --- a/makedef.pl +++ b/makedef.pl @@ -367,6 +367,7 @@ unless ($define{'USE_ITHREADS'}) { PL_filegvpadix PL_filegvpadmax Perl_alloccopstash + Perl_allocfilegv Perl_clone_params_del Perl_clone_params_new Perl_parser_dup |