This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fixing intrpvar.h from recent merge
authorNicolas R <atoomic@cpan.org>
Thu, 30 Jul 2020 22:33:37 +0000 (17:33 -0500)
committerNicolas R <atoomic@cpan.org>
Thu, 30 Jul 2020 22:39:43 +0000 (17:39 -0500)
This was broken with the change from
a04ef3ff46f2526da1484bdd80995415ac7e1969

intrpvar.h

index 7f86954..7ac68e4 100644 (file)
@@ -743,9 +743,6 @@ PERLVARI(I, underlying_numeric_obj, locale_t, NULL)
 #  endif
 #endif /* !USE_LOCALE_NUMERIC */
 
-PERLVAR(I, pad_reset_pending, bool)    /* reset pad on next attempted alloc */
-PERLVAR(I, srand_called, bool)
-
 /* Array of signal handlers, indexed by signal number, through which the C
    signal handler dispatches.  */
 PERLVAR(I, psig_ptr,   SV **)