From 46c8e9eed6f4e3bd5925392cb2276bad5af2f516 Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 17 Apr 2008 22:41:17 +0000 Subject: [PATCH] codetools: added vargars to procedure type modifiers git-svn-id: trunk@14874 - --- components/codetools/keywordfunclists.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/components/codetools/keywordfunclists.pas b/components/codetools/keywordfunclists.pas index cba6256bea..bc28b5bdcb 100644 --- a/components/codetools/keywordfunclists.pas +++ b/components/codetools/keywordfunclists.pas @@ -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;