summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-14 22:16:06 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-14 22:16:06 +0000
commit4ea42e7fb8e3dea988e8752ae6cffde5bc2a516a (patch)
tree63486f63aababb07e904499d395811f3690b26cb /pp_ctl.c
parentd38ca1713e2d9b15aeec2ddecbf2bc47e7825cf0 (diff)
downloadperl-4ea42e7fb8e3dea988e8752ae6cffde5bc2a516a.tar.gz
Quieten pgcc 2.91.66 worries.
p4raw-id: //depot/perl@13008
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index 9e73ca2b71..407a012be5 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -2139,7 +2139,7 @@ PP(pp_redo)
STATIC OP *
S_dofindlabel(pTHX_ OP *o, char *label, OP **opstack, OP **oplimit)
{
- OP *kid;
+ OP *kid = Nullop;
OP **ops = opstack;
static char too_deep[] = "Target of goto is too deeply nested";