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
commit9909d8c9213edb4da304c8dd7678bbd9a015bc24 (patch)
tree63486f63aababb07e904499d395811f3690b26cb /pp_ctl.c
parent6a8172049d68686e510534ae58672fcd84d6d249 (diff)
downloadperl-9909d8c9213edb4da304c8dd7678bbd9a015bc24.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";