|
@@ -245,7 +245,7 @@ interface
|
|
{ Switches which can be changed by a mode (fpc,tp7,delphi) }
|
|
{ Switches which can be changed by a mode (fpc,tp7,delphi) }
|
|
tmodeswitch = (m_none,m_all, { needed for keyword }
|
|
tmodeswitch = (m_none,m_all, { needed for keyword }
|
|
{ generic }
|
|
{ generic }
|
|
- m_fpc,m_objfpc,m_delphi,m_tp7,m_mac,
|
|
|
|
|
|
+ m_fpc,m_objfpc,m_delphi,m_tp7,m_mac,m_iso,
|
|
{$ifdef fpc_mode}m_gpc,{$endif}
|
|
{$ifdef fpc_mode}m_gpc,{$endif}
|
|
{ more specific }
|
|
{ more specific }
|
|
m_class, { delphi class model }
|
|
m_class, { delphi class model }
|
|
@@ -364,7 +364,7 @@ interface
|
|
{$endif}
|
|
{$endif}
|
|
|
|
|
|
modeswitchstr : array[tmodeswitch] of string[18] = ('','',
|
|
modeswitchstr : array[tmodeswitch] of string[18] = ('','',
|
|
- '','','','','',
|
|
|
|
|
|
+ '','','','','','',
|
|
{$ifdef fpc_mode}'',{$endif}
|
|
{$ifdef fpc_mode}'',{$endif}
|
|
{ more specific }
|
|
{ more specific }
|
|
'CLASS',
|
|
'CLASS',
|