|
@@ -6689,7 +6689,7 @@ exit_label:
|
|
'''','`' :
|
|
'''','`' :
|
|
if not ((c='`') and (not (m_multiline_strings in current_settings.modeswitches))) then
|
|
if not ((c='`') and (not (m_multiline_strings in current_settings.modeswitches))) then
|
|
begin
|
|
begin
|
|
- readquotedstring;
|
|
|
|
|
|
+ cstringpattern:=readquotedstring;
|
|
current_scanner.preproc_pattern:=cstringpattern;
|
|
current_scanner.preproc_pattern:=cstringpattern;
|
|
readpreproc:=_CSTRING;
|
|
readpreproc:=_CSTRING;
|
|
end;
|
|
end;
|