PERLVARI(I, opfreehook, Perl_ophook_t, 0) /* op_free() hook */
-/* Space for U32 */
-PERLVARI(I, reginterp_cnt,I32, 0) /* Whether "Regexp" was interpolated. */
PERLVARI(I, watchaddr, char **, 0)
PERLVAR(I, watchok, char *)
PERLVAR(I, sawampersand, bool) /* must save all match strings */
PERLVAR(I, unsafe, bool)
PERLVAR(I, exit_flags, U8) /* was exit() unexpected, etc. */
-PERLVAR(I, srand_called, bool)
-PERLVARI(I, in_load_module, bool, FALSE) /* to prevent recursions in PerlIO_find_layer */
- /* Space for a U16 */
+
+PERLVARI(I, reginterp_cnt, I32, 0) /* Whether "Regexp" was interpolated. */
+
PERLVAR(I, inplace, char *)
PERLVAR(I, e_script, SV *)
#endif
PERLVAR(I, pad_reset_pending, bool) /* reset pad on next attempted alloc */
-
-PERLVARI(I, glob_index, int, 0)
-
+PERLVAR(I, srand_called, bool)
+PERLVARI(I, in_load_module, bool, FALSE) /* to prevent recursions in PerlIO_find_layer */
PERLVAR(I, parser, yy_parser *) /* current parser state */
/* Hook for File::Glob */
PERLVARI(I, globhook, globhook_t, NULL)
+PERLVARI(I, glob_index, int, 0)
PERLVAR(I, reentrant_retint, int) /* Integer return value from reentrant functions */
/* The last unconditional member of the interpreter structure when 5.10.0 was