diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-12 03:45:11 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-12 03:45:11 +0000 |
commit | f5a828106742b7d9a2a6e7641bb412761f0af6d4 (patch) | |
tree | a1386e94eabc25362a3372ed3479318e3a522704 /intrpvar.h | |
parent | 861eb78deb890060e2cd7718223e4b4aebdce7dc (diff) | |
download | perl-f5a828106742b7d9a2a6e7641bb412761f0af6d4.tar.gz |
Needed by #11283.
p4raw-id: //depot/perl@11288
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h index a346ffee4a..4e92302e3d 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -479,9 +479,12 @@ PERLVAR(Inumeric_radix_sv, SV *) /* The radix separator if not '.' */ PERLVAR(Iregex_pad, SV**) /* All regex objects */ PERLVAR(Iregex_padav, AV*) /* All regex objects */ +#ifdef USE_REENTRANT_API PERLVAR(Ireentrant_buffer, REBUF*) /* were we store _r buffers */ #endif +#endif + /* New variables must be added to the very end for binary compatibility. * XSUB.h provides wrapper functions via perlapi.h that make this * irrelevant, but not all code may be expected to #include XSUB.h. */ |