projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
163827e
)
-Wall nit.
Jarkko Hietaniemi [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;