codetools: identifier completion: added longint to predefined identifiers

git-svn-id: trunk@38080 -
This commit is contained in:
mattias 2012-07-28 15:13:52 +00:00
parent 4ead057cda
commit 55d2c4b322

View File

@ -1272,6 +1272,7 @@ begin
AddBaseType('WideString');
AddBaseType('UnicodeString');
AddBaseType('Pointer');
AddBaseType('LongInt');
AddBaseType('Word');
AddBaseType('SmallInt');
AddBaseType('ShortInt');