summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-01-10 13:24:26 +0000
committerNicholas Clark <nick@ccl4.org>2006-01-10 13:24:26 +0000
commit8bee09919c67e00a5c9914bbf7027accbab0d391 (patch)
tree249e3783adedbda209e6f8ae19d55a23a609e958 /toke.c
parenteaba850b35360c3ac11654547219f859d3e632e4 (diff)
downloadperl-8bee09919c67e00a5c9914bbf7027accbab0d391.tar.gz
Missing an initialisation, as spotted by Merijn's HP compiler.
p4raw-id: //depot/perl@26767
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toke.c b/toke.c
index d26c7acbc4..dd5b71e50c 100644
--- a/toke.c
+++ b/toke.c
@@ -4240,6 +4240,7 @@ Perl_yylex(pTHX)
just_a_word_zero_gv:
gv = NULL;
gvp = NULL;
+ orig_keyword = 0;
}
just_a_word: {
SV *sv;