projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
eaba850
)
Missing an initialisation, as spotted by Merijn's HP compiler.
Nicholas Clark [Tue, 10 Jan 2006 13:24:26 +0000 (13:24 +0000)]
p4raw-id: //depot/perl@26767
toke.c
patch
|
blob
|
blame
|
history
diff --git
a/toke.c
b/toke.c
index
d26c7ac
..
dd5b71e
100644
(file)
--- 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;