This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bc8169
)
Fixing intrpvar.h from recent merge
author
Nicolas R
<atoomic@cpan.org>
Thu, 30 Jul 2020 22:33:37 +0000
(17:33 -0500)
committer
Nicolas 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
patch
|
blob
|
blame
|
history
diff --git
a/intrpvar.h
b/intrpvar.h
index
7f86954
..
7ac68e4
100644
(file)
--- a/
intrpvar.h
+++ b/
intrpvar.h
@@
-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 **)