Re: [fpc-pascal] 2.4.0: Some lines are not compiled (just thrown away)

2010-02-12 Thread Jonas Maebe
On 24 Jan 2010, at 21:10, Gerhard Scholz wrote: > Some lines are ignored. > > An IF-clause is ignored. > > Versin 2.2.4 runs o.k. Fixed. Please report bugs at http://bugs.freepascal.org in the future so they can't be forgotten. Jonas___ fpc-pa

Re: [fpc-pascal] Pointers

2010-02-12 Thread Frank Peelo
Jonas Maebe wrote: On 11 Feb 2010, at 18:17, Rainer Stratmann wrote: In the past with the turbopascal compiler and other always sizeof byte was added. That is not true. This program prints "2" when compiled under Turbo Pascal: {$t-} type pw = ^word; var w: pw; begin w:=nil; inc(w)