diff options
author | Chip Salzenberg <chip@pobox.com> | 2008-11-13 16:44:36 -0800 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-11-14 12:37:01 +0000 |
commit | e23d9e2f39425eea292ee5999c974fdc2cdd98b8 (patch) | |
tree | dfc9224eeb4048f96a454d8554932ff0ea226d95 /gv.c | |
parent | fc8f615e0f1bfc61d321240c5d49d61e3e6f6939 (diff) | |
download | perl-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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 '|': |