From: Rafael Garcia-Suarez Date: Fri, 21 Sep 2001 09:16:37 +0000 (+0000) Subject: Re: [ID 20010920.007] q and qq does not work after do X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=89c5585f724b837f3c4ebb0eef5f5ebcbc46e461;p=p5sagit%2Fp5-mst-13.2.git Re: [ID 20010920.007] q and qq does not work after do Message-Id: p4raw-id: //depot/perl@12108 --- diff --git a/toke.c b/toke.c index 331a71b..af117bc 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: