summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
authorChip Salzenberg <chip@pobox.com>2008-11-13 16:44:36 -0800
committerH.Merijn Brand <h.m.brand@xs4all.nl>2008-11-14 12:37:01 +0000
commite23d9e2f39425eea292ee5999c974fdc2cdd98b8 (patch)
treedfc9224eeb4048f96a454d8554932ff0ea226d95 /gv.c
parentfc8f615e0f1bfc61d321240c5d49d61e3e6f6939 (diff)
downloadperl-e23d9e2f39425eea292ee5999c974fdc2cdd98b8.tar.gz
[perl #948] [PATCH] Allow tied $,
Message-ID: <20081114084436.GJ5779@tytlal.topaz.cx> p4raw-id: //depot/perl@34831
Diffstat (limited to 'gv.c')
-rw-r--r--gv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gv.c b/gv.c
index 5bf82f2255..f278e37ce5 100644
--- a/gv.c
+++ b/gv.c
@@ -1409,7 +1409,6 @@ Perl_gv_fetchpvn_flags(pTHX_ const char *nambeg, STRLEN full_len, I32 flags,
case ')':
case '<':
case '>':
- case ',':
case '\\':
case '/':
case '\001': /* $^A */
@@ -2328,7 +2327,6 @@ Perl_is_gv_magical(pTHX_ const char *name, STRLEN len, U32 flags)
case ')':
case '<':
case '>':
- case ',':
case '\\':
case '/':
case '|':