From 2f10d4e852fddd7fed91f7415517e795feeab218 Mon Sep 17 00:00:00 2001 From: mattias Date: Mon, 5 Apr 2004 12:04:04 +0000 Subject: [PATCH] fixed longint as predefined ident for fpc git-svn-id: trunk@5377 - --- components/codetools/keywordfunclists.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/components/codetools/keywordfunclists.pas b/components/codetools/keywordfunclists.pas index f1fcce7cf1..3ea501ad3f 100644 --- a/components/codetools/keywordfunclists.pas +++ b/components/codetools/keywordfunclists.pas @@ -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;