This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
163827e
)
-Wall nit.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 5 Sep 2001 15:30:11 +0000
(15:30 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 5 Sep 2001 15:30:11 +0000
(15:30 +0000)
p4raw-id: //depot/perl@11886
op.c
patch
|
blob
|
blame
|
history
diff --git
a/op.c
b/op.c
index
329a9b7
..
eba48b9
100644
(file)
--- a/
op.c
+++ b/
op.c
@@
-6546,7
+6546,7
@@
Perl_ck_subr(pTHX_ OP *o)
int optional = 0;
I32 arg = 0;
I32 contextclass = 0;
- char *e;
+ char *e
= 0
;
STRLEN n_a;
o->op_private |= OPpENTERSUB_HASTARG;