summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-02-23 01:03:27 +0100
committerhv <hv@crypt.org>2003-02-25 13:21:19 +0000
commit2d4fa7e97b0f0cefccaaf7ff1961bacd1e1e4eb6 (patch)
treeae3a2ac26b28aad8ed1101a8116768f0ecc06da3 /perl.h
parent2d6aa7fa79a9214b0c0e95406ca6970a479eb8b2 (diff)
downloadperl-2d4fa7e97b0f0cefccaaf7ff1961bacd1e1e4eb6.tar.gz
Re: [perl #21321] local ${"FOO"} does not work
Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr> p4raw-id: //depot/perl@18774
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index d316734c2c..f5a4d98467 100644
--- a/perl.h
+++ b/perl.h
@@ -2933,6 +2933,8 @@ EXTCONST char PL_no_func[]
INIT("The %s function is unimplemented");
EXTCONST char PL_no_myglob[]
INIT("\"my\" variable %s can't be in a package");
+EXTCONST char PL_no_localize_ref[]
+ INIT("Can't localize through a reference");
EXTCONST char PL_uuemap[65]
INIT("`!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_");