codetools: allow in operator in constants

git-svn-id: trunk@26851 -
This commit is contained in:
mattias 2010-07-27 10:23:59 +00:00
parent 0ed44a071c
commit 07c7749729

View File

@ -899,6 +899,7 @@ begin
Add('HIGH',{$ifdef FPC}@{$endif}AllwaysTrue);
Add('ORD',{$ifdef FPC}@{$endif}AllwaysTrue);
Add('AS',{$ifdef FPC}@{$endif}AllwaysTrue);
Add('IN',{$ifdef FPC}@{$endif}AllwaysTrue);
end;
WordIsKeyWord:=TKeyWordFunctionList.Create;