codetools: added DISCARDRESULT to IsKeyWordProcedureSpecifier

git-svn-id: trunk@64817 -
This commit is contained in:
pascal 2021-03-15 10:08:54 +00:00
parent 9432e8db16
commit 1ceca464e8

View File

@ -912,6 +912,7 @@ begin
Add('CDECL' ,{$ifdef FPC}@{$endif}AllwaysTrue);
Add('COMPILERPROC' ,{$ifdef FPC}@{$endif}AllwaysTrue);
Add('DEPRECATED' ,{$ifdef FPC}@{$endif}AllwaysTrue);
Add('DISCARDRESULT',{$ifdef FPC}@{$endif}AllwaysTrue);
Add('EXPERIMENTAL' ,{$ifdef FPC}@{$endif}AllwaysTrue);
Add('EXPORT' ,{$ifdef FPC}@{$endif}AllwaysTrue);
Add('EXTDECL' ,{$ifdef FPC}@{$endif}AllwaysTrue); // used often for macros