mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-31 06:42:38 +02:00
* resolve postponed local switch changes before switching mode
git-svn-id: trunk@1880 -
This commit is contained in:
parent
46ecdc8f94
commit
d6628f1d8b
@ -288,6 +288,12 @@ implementation
|
||||
|
||||
if b then
|
||||
begin
|
||||
{ resolve all postponed switch changes }
|
||||
if localswitcheschanged then
|
||||
begin
|
||||
aktlocalswitches:=nextaktlocalswitches;
|
||||
localswitcheschanged:=false;
|
||||
end;
|
||||
{ turn ansistrings on by default ? }
|
||||
if (m_delphi in aktmodeswitches) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user