mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:19:19 +02:00
* fixed spelling: fpc_mode -> gpc_mode
git-svn-id: trunk@36632 -
This commit is contained in:
parent
17e85c4a09
commit
94c3ac027b
@ -390,7 +390,7 @@ interface
|
|||||||
tmodeswitch = (m_none,
|
tmodeswitch = (m_none,
|
||||||
{ generic }
|
{ generic }
|
||||||
m_fpc,m_objfpc,m_delphi,m_tp7,m_mac,m_iso,m_extpas,
|
m_fpc,m_objfpc,m_delphi,m_tp7,m_mac,m_iso,m_extpas,
|
||||||
{$ifdef fpc_mode}m_gpc,{$endif}
|
{$ifdef gpc_mode}m_gpc,{$endif}
|
||||||
{ more specific }
|
{ more specific }
|
||||||
m_class, { delphi class model }
|
m_class, { delphi class model }
|
||||||
m_objpas, { load objpas unit }
|
m_objpas, { load objpas unit }
|
||||||
@ -580,7 +580,7 @@ interface
|
|||||||
|
|
||||||
modeswitchstr : array[tmodeswitch] of string[18] = ('',
|
modeswitchstr : array[tmodeswitch] of string[18] = ('',
|
||||||
'','','','','','','',
|
'','','','','','','',
|
||||||
{$ifdef fpc_mode}'',{$endif}
|
{$ifdef gpc_mode}'',{$endif}
|
||||||
{ more specific }
|
{ more specific }
|
||||||
'CLASS',
|
'CLASS',
|
||||||
'OBJPAS',
|
'OBJPAS',
|
||||||
|
Loading…
Reference in New Issue
Block a user