From f0efddff9ba5d78079b1df29a0ed1188bc9b2032 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 18 Jul 2005 09:28:58 +0000 Subject: [PATCH] * fixed compilation on x86_64 git-svn-id: trunk@643 - --- compiler/symdef.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/symdef.pas b/compiler/symdef.pas index 6e133284dd..b2ecf1f3bf 100644 --- a/compiler/symdef.pas +++ b/compiler/symdef.pas @@ -2797,7 +2797,7 @@ implementation TSETDEF ***************************************************************************} - constructor tsetdef.create(const t:ttype;high : longint); + constructor tsetdef.create(const t:ttype;high : aint); begin inherited create; deftype:=setdef;