codetools: adding suppot for cblocks procedural type modifier. Based on patch by Juha Manninen. Issue #36752

git-svn-id: branches/fixes_2_0@62935 -
This commit is contained in:
mattias 2020-04-11 08:46:36 +00:00
parent 2063894dc4
commit 52abee6390

View File

@ -965,6 +965,7 @@ begin
Add('EXPERIMENTAL' ,{$ifdef FPC}@{$endif}AllwaysTrue);
Add('LIBRARY' ,{$ifdef FPC}@{$endif}AllwaysTrue);
Add('IS' ,{$ifdef FPC}@{$endif}AllwaysTrue);
Add('CBLOCK' ,{$ifdef FPC}@{$endif}AllwaysTrue);
end;
IsKeyWordCallingConvention:=TKeyWordFunctionList.Create('IsKeyWordCallingConvention');