summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1998-11-28 15:21:59 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1998-11-28 15:21:59 +0000
commit49460fe6d299521eb33c31ef95793c8ca16e93d2 (patch)
treec43661736895795b59b5a26f3211bc5dcf2f9753 /gv.c
parent6051dbdb749e970695dd861ca273edafbbb539cb (diff)
downloadperl-49460fe6d299521eb33c31ef95793c8ca16e93d2.tar.gz
Implement $^C to allow perl access to -c flag - I think this
was agreed once... p4raw-id: //depot/perl@2352
Diffstat (limited to 'gv.c')
-rw-r--r--gv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gv.c b/gv.c
index 4cef56d5e4..beffabfce0 100644
--- a/gv.c
+++ b/gv.c
@@ -761,6 +761,7 @@ gv_fetchpv(char *nambeg, I32 add, I32 sv_type)
case '|':
case '\001':
case '\002':
+ case '\003':
case '\004':
case '\005':
case '\006':