codetools: added "pascal" to allowed method specifiers

git-svn-id: trunk@19848 -
This commit is contained in:
mattias 2009-05-08 09:25:05 +00:00
parent b28c3ccb18
commit 4517cec408

View File

@ -729,6 +729,7 @@ begin
Add('STATIC' ,{$ifdef FPC}@{$endif}AllwaysTrue);
Add('UNIMPLEMENTED',{$ifdef FPC}@{$endif}AllwaysTrue);
Add('VIRTUAL' ,{$ifdef FPC}@{$endif}AllwaysTrue);
Add('PASCAL' ,{$ifdef FPC}@{$endif}AllwaysTrue);
end;
IsKeyWordProcedureSpecifier:=TKeyWordFunctionList.Create;