[fpc-pascal] Re: fcl-passrc package question about source file and line number info
Michael Van Canneyt
michael at freepascal.org
Thu Jul 19 18:40:40 CEST 2012
On Wed, 18 Jul 2012, Seth Grover wrote:
> Hm, it's still failing for me.
>
> Here's what I get with test_parser from examples given this input:
>
> ===================================================
> unit timelib;
>
> {$mode objfpc}{$H+}
>
> interface
>
> implementation
>
>
> procedure SmonthToCmonth (const sMonth : array of char;
> const stDex : longword;
> out cVal : longword);
> begin
> case sMonth[stDex] of
> 'J' : cVal := 0;
> end;
> end;
>
> end.
> ===================================================
Fixed.
It seems that using the heaptrc unit masks some access violations.
Michael.
More information about the fpc-pascal
mailing list