* 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:
svenbarth 2020-11-25 22:48:48 +00:00
parent 5ce84538a4
commit 3d7c9690e0

View File

@ -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