mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 00:09:32 +02:00
* the "otherwise" clause is in fact allowed in ISO Extended Pascal (see 6.1.2 and 6.9.3.5 of ISO 10206)
git-svn-id: trunk@47596 -
This commit is contained in:
parent
5ce84538a4
commit
3d7c9690e0
@ -3798,7 +3798,7 @@ begin
|
||||
'ISO':
|
||||
SetMode(msIso,ISOModeSwitches,false,[],[],false);
|
||||
'EXTENDEDPASCAL':
|
||||
SetMode(msExtpas,ExtPasModeSwitches,false,[],[],false);
|
||||
SetMode(msExtpas,ExtPasModeSwitches,false);
|
||||
'GPC':
|
||||
SetMode(msGPC,GPCModeSwitches,false);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user