projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06936a3
)
s/parse_perl/parse_body/
author
Michael G. Schwern
<schwern@pobox.com>
Tue, 13 Nov 2001 23:17:54 +0000
(18:17 -0500)
committer
Abhijit Menon-Sen
<ams@wiw.org>
Wed, 14 Nov 2001 13:40:39 +0000
(13:40 +0000)
Message-Id: <
20011113231754
.S32567@blackrider>
p4raw-id: //depot/perl@12992
perl.c
patch
|
blob
|
history
diff --git
a/perl.c
b/perl.c
index
1d91940
..
8bb4f56
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-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))