mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 17:49:27 +02:00
* fixed compilation after ifdef'ing of m_gpc
git-svn-id: trunk@6520 -
This commit is contained in:
parent
5b6a1fcef8
commit
d4160ca74f
@ -994,10 +994,12 @@ implementation
|
||||
until not try_to_consume(_COMMA);
|
||||
consume(_COLON);
|
||||
|
||||
{$ifdef gpc_mode}
|
||||
if (m_gpc in current_settings.modeswitches) and
|
||||
(token=_ID) and
|
||||
(orgpattern='__asmname__') then
|
||||
read_gpc_name(sc);
|
||||
{$endif}
|
||||
|
||||
{ read variable type def }
|
||||
read_anon_type(hdef,false);
|
||||
|
Loading…
Reference in New Issue
Block a user