fixed longint as predefined ident for fpc

git-svn-id: trunk@5377 -
This commit is contained in:
mattias 2004-04-05 12:04:04 +00:00
parent 429c992faf
commit 2f10d4e852

View File

@ -1161,6 +1161,7 @@ begin
Add('CONTINUE' ,{$ifdef FPC}@{$endif}AllwaysTrue);
// only fpc 1.1
Add('LONGWORD' ,{$ifdef FPC}@{$endif}AllwaysTrue);
Add('LONGINT' ,{$ifdef FPC}@{$endif}AllwaysTrue);
Add('COPY' ,{$ifdef FPC}@{$endif}AllwaysTrue);
end;