summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorRobin Barker <RMBarker@cpan.org>2007-09-26 14:25:49 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-09-26 12:46:53 +0000
commitd804f4346b490171e547d5cc512063e53da10708 (patch)
tree330693c9d7ffc7f265d848cb89e5beda072ec749 /intrpvar.h
parent3d76853f2ba25cc9699cf098371070e4651e154f (diff)
downloadperl-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.h4
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. */