- Original Message -
From: "Peter Vreman" <[EMAIL PROTECTED]>
To: "FPC-Pascal users discussions"
Sent: Tuesday, March 08, 2005 10:12 PM
Subject: Re: [fpc-pascal] fpc198 and old bugs
>
>//--
At 21:15 8-3-2005, you wrote:
hi,
i've just downloaded fpc198 and tried the following out. (there was a bug
with the stack in fpc)
//--
program bug2;
uses sysutils;
type
tmmxint =array[0..3] of smallint;
const
hi,
i've just downloaded fpc198 and tried the following out. (there was a bug
with the stack in fpc)
//--
program bug2;
uses sysutils;
type
tmmxint =array[0..3] of smallint;
const
x0 :tmmxint=(0,0,0,0);
va
hi,
i've just downloaded fpc198 and tried the following out. (there was a bug
with the stack in fpc)
//--
program bug2;
uses sysutils;
type
tmmxint =array[0..3] of smallint;
const
x0 :tmmxint=(0,0,0,0);
va