From: Nicholas Clark Date: Tue, 10 Jan 2006 13:24:26 +0000 (+0000) Subject: Missing an initialisation, as spotted by Merijn's HP compiler. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8bee09919c67e00a5c9914bbf7027accbab0d391;p=p5sagit%2Fp5-mst-13.2.git Missing an initialisation, as spotted by Merijn's HP compiler. p4raw-id: //depot/perl@26767 --- diff --git a/toke.c b/toke.c index d26c7ac..dd5b71e 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;