mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 05:30:59 +02:00
codetools: added method modifer safecall, bug #11722
git-svn-id: trunk@15935 -
This commit is contained in:
parent
014736f71f
commit
d22d71952f
@ -724,6 +724,7 @@ begin
|
||||
Add('REGISTER' ,{$ifdef FPC}@{$endif}AllwaysTrue);
|
||||
Add('REINTRODUCE' ,{$ifdef FPC}@{$endif}AllwaysTrue);
|
||||
Add('STDCALL' ,{$ifdef FPC}@{$endif}AllwaysTrue);
|
||||
Add('SAFECALL' ,{$ifdef FPC}@{$endif}AllwaysTrue);
|
||||
Add('STATIC' ,{$ifdef FPC}@{$endif}AllwaysTrue);
|
||||
Add('UNIMPLEMENTED',{$ifdef FPC}@{$endif}AllwaysTrue);
|
||||
Add('VIRTUAL' ,{$ifdef FPC}@{$endif}AllwaysTrue);
|
||||
@ -792,6 +793,7 @@ begin
|
||||
Add('INTERNCONST' ,{$ifdef FPC}@{$endif}AllwaysTrue);
|
||||
Add('SAVEREGISTERS',{$ifdef FPC}@{$endif}AllwaysTrue);
|
||||
Add('IOCHECK' ,{$ifdef FPC}@{$endif}AllwaysTrue);
|
||||
Add('SAFECALL' ,{$ifdef FPC}@{$endif}AllwaysTrue);
|
||||
end;
|
||||
|
||||
IsKeyWordSection:=TKeyWordFunctionList.Create;
|
||||
|
Loading…
Reference in New Issue
Block a user