mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 22:59:29 +02:00
* name of the mode for ISO Extended Pascal is ExtendedPascal, not Extended
git-svn-id: trunk@47595 -
This commit is contained in:
parent
787899b921
commit
5ce84538a4
@ -3797,7 +3797,7 @@ begin
|
||||
SetMode(msMac,MacModeSwitches,false,bsMacPasMode);
|
||||
'ISO':
|
||||
SetMode(msIso,ISOModeSwitches,false,[],[],false);
|
||||
'EXTENDED':
|
||||
'EXTENDEDPASCAL':
|
||||
SetMode(msExtpas,ExtPasModeSwitches,false,[],[],false);
|
||||
'GPC':
|
||||
SetMode(msGPC,GPCModeSwitches,false);
|
||||
|
Loading…
Reference in New Issue
Block a user