diff options
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4259,7 +4259,7 @@ S_scan_const(pTHX_ char *start) } else if (PL_lex_inpat && SvIVX(PL_linestr) == '\'') { type = "q"; typelen = 1; - } else { + } else { type = "qq"; typelen = 2; } |