diff --git a/ivlpp/lexor.lex b/ivlpp/lexor.lex index 57fc61c4c2..7bbd296408 100644 --- a/ivlpp/lexor.lex +++ b/ivlpp/lexor.lex @@ -253,7 +253,8 @@ keywords (include|define|undef|ifdef|ifndef|else|elseif|endif) * string. */ \" { string_enter = YY_START; BEGIN(CSTRING); ECHO; } -\\\" { ECHO; } +\\\" | +\\` { ECHO; } \r\n | \n\r | \n |