This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change name of regnode for clarity
[perl5.git] / makedef.pl
index 1f44cc5..93e47b0 100644 (file)
@@ -358,6 +358,7 @@ unless ($define{'USE_ITHREADS'}) {
 
 unless ($define{'USE_ITHREADS'}) {
     ++$skip{$_} foreach qw(
+                    PL_keyword_plugin_mutex
                    PL_check_mutex
                    PL_op_mutex
                    PL_regex_pad
@@ -402,6 +403,7 @@ unless ($define{'HAS_NEWLOCALE'} && ! $define{'NO_POSIX_2008_LOCALE'})
 {
     ++$skip{$_} foreach qw(
         PL_C_locale_obj
+        PL_underlying_numeric_obj
     );
 }