From 9121d78354d0578333e4f64ac6fa96710e0bf118 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 24 May 2000 17:20:26 +0000 Subject: 11561: no RC_QUOTES in $'..' --- Src/lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/lex.c') diff --git a/Src/lex.c b/Src/lex.c index 0c16db60c..f5c8d7bdd 100644 --- a/Src/lex.c +++ b/Src/lex.c @@ -1190,7 +1190,7 @@ gettokstr(int c, int sub) goto brk; } e = hgetc(); - if (e != '\'' || unset(RCQUOTES)) + if (e != '\'' || unset(RCQUOTES) || strquote) break; add(c); } -- cgit 1.4.1