* fixed spelling: fpc_mode -> gpc_mode

git-svn-id: trunk@36632 -
This commit is contained in:
florian 2017-07-03 20:48:53 +00:00
parent 17e85c4a09
commit 94c3ac027b

View File

@ -390,7 +390,7 @@ interface
tmodeswitch = (m_none,
{ generic }
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 }
m_class, { delphi class model }
m_objpas, { load objpas unit }
@ -580,7 +580,7 @@ interface
modeswitchstr : array[tmodeswitch] of string[18] = ('',
'','','','','','','',
{$ifdef fpc_mode}'',{$endif}
{$ifdef gpc_mode}'',{$endif}
{ more specific }
'CLASS',
'OBJPAS',