codetools: added vargars to procedure type modifiers

git-svn-id: trunk@14874 -
This commit is contained in:
mattias 2008-04-17 22:41:17 +00:00
parent 47b439a63b
commit 46c8e9eed6

View File

@ -779,6 +779,7 @@ begin
Add('PLATFORM' ,{$ifdef FPC}@{$endif}AllwaysTrue);
Add('SAFECALL' ,{$ifdef FPC}@{$endif}AllwaysTrue);
Add('UNIMPLEMENTED',{$ifdef FPC}@{$endif}AllwaysTrue);
Add('VARARGS' ,{$ifdef FPC}@{$endif}AllwaysTrue);
end;
IsKeyWordProcedureBracketSpecifier:=TKeyWordFunctionList.Create;