diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-11-13 18:17:54 -0500 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-11-14 13:40:39 +0000 |
commit | 4e49a025732cd45e6feb2178d3dd90c3506ac417 (patch) | |
tree | 527346603b782b06804e44b53cf1c18c2c300773 /perl.c | |
parent | 06936a3ca90ea0922bedd964642e85df92d1986a (diff) | |
download | perl-4e49a025732cd45e6feb2178d3dd90c3506ac417.tar.gz |
s/parse_perl/parse_body/
Message-Id: <20011113231754.S32567@blackrider>
p4raw-id: //depot/perl@12992
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2273,7 +2273,7 @@ Perl_moreswitches(pTHX_ char *s) s++; } return s; - case 'I': /* -I handled both here and in parse_perl() */ + case 'I': /* -I handled both here and in parse_body() */ forbid_setid("-I"); ++s; while (*s && isSPACE(*s)) |