diff options
author | Robin Barker <RMBarker@cpan.org> | 2007-09-26 14:25:49 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-09-26 12:46:53 +0000 |
commit | d804f4346b490171e547d5cc512063e53da10708 (patch) | |
tree | 330693c9d7ffc7f265d848cb89e5beda072ec749 /intrpvar.h | |
parent | 3d76853f2ba25cc9699cf098371070e4651e154f (diff) | |
download | perl-d804f4346b490171e547d5cc512063e53da10708.tar.gz |
RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D1C3@exchsvr1.npl.ad.local>
p4raw-id: //depot/perl@31978
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index a6a4a1c641..6fd9b5d3db 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -668,7 +668,9 @@ PERLVARI(Islabs, I32**, NULL) /* Array of slabs that have been allocated */ PERLVARI(Islab_count, U32, 0) /* Size of the array */ #endif -PERLVARI(Iisarev, HV*, NULL) /* Reverse map of @ISA dependencies */ +PERLVARI(Iisarev, HV*, NULL) /* Reverse map of @ISA dependencies */ + +PERLVARI(Iv_string_ok, bool, FALSE) /* use/require v_string OK */ /* If you are adding a U8 or U16, see the 'Space' comments above on where * there are gaps which currently will be structure padding. */ |