diff options
author | Nicolas R <atoomic@cpan.org> | 2020-07-30 17:33:37 -0500 |
---|---|---|
committer | Nicolas R <atoomic@cpan.org> | 2020-07-30 17:39:43 -0500 |
commit | 149a690b0adf54058fdc8edc3017d4d631a3ab61 (patch) | |
tree | a6e64b6269d200fbcc0f5f5db271d9a8812cd161 /intrpvar.h | |
parent | 3bc816950a7e90f114a6738345a61f4061c7e02f (diff) | |
download | perl-149a690b0adf54058fdc8edc3017d4d631a3ab61.tar.gz |
Fixing intrpvar.h from recent merge
This was broken with the change from
a04ef3ff46f2526da1484bdd80995415ac7e1969
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/intrpvar.h b/intrpvar.h index 7f86954903..7ac68e4c01 100644 --- 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 **) |