mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 01:28:19 +02:00
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:
parent
2063894dc4
commit
52abee6390
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user