This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: White-space only
[perl5.git] / makedef.pl
index 002272b..f309efb 100644 (file)
@@ -355,6 +355,9 @@ unless ($define{'USE_ITHREADS'}) {
                    PL_hints_mutex
                    PL_my_ctx_mutex
                    PL_perlio_mutex
+                   PL_stashpad
+                   PL_stashpadix
+                   PL_stashpadmax
                    Perl_clone_params_del
                    Perl_clone_params_new
                    Perl_parser_dup
@@ -422,10 +425,6 @@ unless ($define{'PERL_DEBUG_READONLY_OPS'}) {
                         );
 }
 
-unless ($define{'THREADS_HAVE_PIDS'}) {
-    ++$skip{PL_ppid};
-}
-
 unless ($define{'PERL_NEED_APPCTX'}) {
     ++$skip{PL_appctx};
 }