mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 22:06:40 +02:00
* Added additional constants for enumerated, fix build
This commit is contained in:
parent
a5995237cf
commit
fb056e10ef
@ -138,7 +138,9 @@ const
|
|||||||
'StopOnUnitInterface',
|
'StopOnUnitInterface',
|
||||||
'IgnoreUnknownResource',
|
'IgnoreUnknownResource',
|
||||||
'AsyncProcs',
|
'AsyncProcs',
|
||||||
'DisableResources');
|
'DisableResources',
|
||||||
|
'po_AsmPascalComments',
|
||||||
|
'AllowMem' );
|
||||||
|
|
||||||
PCUDefaultModeSwitches: TModeSwitches = [
|
PCUDefaultModeSwitches: TModeSwitches = [
|
||||||
msObjfpc,
|
msObjfpc,
|
||||||
@ -327,7 +329,8 @@ const
|
|||||||
'Public',
|
'Public',
|
||||||
'Export',
|
'Export',
|
||||||
'Class',
|
'Class',
|
||||||
'Static'
|
'Static',
|
||||||
|
'Far'
|
||||||
);
|
);
|
||||||
|
|
||||||
PCUDefaultExprKind = pekIdent;
|
PCUDefaultExprKind = pekIdent;
|
||||||
@ -523,7 +526,11 @@ const
|
|||||||
'NoReturn',
|
'NoReturn',
|
||||||
'Far',
|
'Far',
|
||||||
'Final',
|
'Final',
|
||||||
'DiscardResult'
|
'DiscardResult',
|
||||||
|
'NoStackFrame',
|
||||||
|
'section',
|
||||||
|
'RtlProc',
|
||||||
|
'InternProc'
|
||||||
);
|
);
|
||||||
PCUProcedureModifiersImplProc = [pmInline,pmAssembler,pmCompilerProc,pmNoReturn];
|
PCUProcedureModifiersImplProc = [pmInline,pmAssembler,pmCompilerProc,pmNoReturn];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user