projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c773ee7
)
Change 27070 failed to initialise a variable. (But despite that still
Nicholas Clark [Fri, 3 Feb 2006 21:23:21 +0000 (21:23 +0000)]
passed all tests locally.)
p4raw-id: //depot/perl@27072
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
5f9b99b
..
64bfd82
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-1594,7
+1594,7
@@
S_parse_body(pTHX_ char **env, XSINIT_t xsinit)
bool minus_f = FALSE;
#endif
int fdscript;
- int suidscript;
+ int suidscript = -1;
sv_setpvn(PL_linestr,"",0);
sv = newSVpvs(""); /* first used for -I flags */