mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 11:39:27 +02:00
* estimatedtempsize should be a longint to avoid warnings on 8 bit targets
git-svn-id: trunk@24198 -
This commit is contained in:
parent
7ba197a221
commit
b41728c129
@ -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)?
|
||||
|
Loading…
Reference in New Issue
Block a user