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