From b41728c1291e8f4a999f31e10be12ab3553c5e2f Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 7 Apr 2013 21:01:18 +0000 Subject: [PATCH] * estimatedtempsize should be a longint to avoid warnings on 8 bit targets git-svn-id: trunk@24198 - --- compiler/procinfo.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/procinfo.pas b/compiler/procinfo.pas index ec3b4c4323..a697bdad20 100644 --- a/compiler/procinfo.pas +++ b/compiler/procinfo.pas @@ -127,7 +127,7 @@ unit procinfo; { some architectures need to know a stack size before the first compilation pass estimatedtempsize contains an estimated value how big temps will get } - estimatedtempsize : aint; + estimatedtempsize : longint; { is this a constructor that calls another constructor on itself (either inherited, or another constructor of the same class)?