diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-01-10 13:24:26 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-01-10 13:24:26 +0000 |
commit | 8bee09919c67e00a5c9914bbf7027accbab0d391 (patch) | |
tree | 249e3783adedbda209e6f8ae19d55a23a609e958 /toke.c | |
parent | eaba850b35360c3ac11654547219f859d3e632e4 (diff) | |
download | perl-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4240,6 +4240,7 @@ Perl_yylex(pTHX) just_a_word_zero_gv: gv = NULL; gvp = NULL; + orig_keyword = 0; } just_a_word: { SV *sv; |