diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1998-11-28 15:21:59 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1998-11-28 15:21:59 +0000 |
commit | 49460fe6d299521eb33c31ef95793c8ca16e93d2 (patch) | |
tree | c43661736895795b59b5a26f3211bc5dcf2f9753 /gv.c | |
parent | 6051dbdb749e970695dd861ca273edafbbb539cb (diff) | |
download | perl-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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': |