summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2001-09-21 09:16:37 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-21 12:16:27 +0000
commit89c5585f724b837f3c4ebb0eef5f5ebcbc46e461 (patch)
tree8fcef3458ae916baa103d28452fbc2268e618d15 /toke.c
parent389ec6350ec22b6ada1d6f5bbdbfe43d5338edc5 (diff)
downloadperl-89c5585f724b837f3c4ebb0eef5f5ebcbc46e461.tar.gz
Re: [ID 20010920.007] q and qq does not work after do
Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net> p4raw-id: //depot/perl@12108
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toke.c b/toke.c
index 331a71b920..af117bcf92 100644
--- a/toke.c
+++ b/toke.c
@@ -4209,7 +4209,7 @@ Perl_yylex(pTHX)
if (*s == '{')
PRETERMBLOCK(DO);
if (*s != '\'')
- s = force_word(s,WORD,FALSE,TRUE,FALSE);
+ s = force_word(s,WORD,TRUE,TRUE,FALSE);
OPERATOR(DO);
case KEY_die: