Change 11886 by jhi@alpha on 2001/09/05 15:30:11
-Wall nit.
Affected files ...
... //depot/perl/op.c#439 edit
Differences ...
==== //depot/perl/op.c#439 (text) ====
Index: perl/op.c
--- perl/op.c.~1~ Wed Sep 5 09:45:05 2001
+++ perl/op.c Wed Sep 5 09:45:05 2001
@@ -6546,7 +6546,7 @@
int optional = 0;
I32 arg = 0;
I32 contextclass = 0;
- char *e;
+ char *e = 0;
STRLEN n_a;
o->op_private |= OPpENTERSUB_HASTARG;
End of Patch.
