diff options
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index 060a40aedf..ff3e747d64 100644 --- a/makedef.pl +++ b/makedef.pl @@ -885,6 +885,13 @@ if ($define{'PERL_MAD'}) { )]; } +unless ($define{'PERL_GLOBAL_STRUCT_PRIVATE'}) { + skip_symbols [qw( + PL_my_cxt_keys + Perl_my_cxt_index + )]; +} + unless ($define{'d_mmap'}) { skip_symbols [qw( PL_mmap_page_size |