mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 07:58:31 +02:00
* fixed compilation on x86_64
git-svn-id: trunk@643 -
This commit is contained in:
parent
34df933534
commit
f0efddff9b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user