[fpc-pascal] Re: fcl-passrc package question about source file and line number info
Michael Van Canneyt
michael at freepascal.org
Wed Jul 18 19:55:13 CEST 2012
On Wed, 18 Jul 2012, Seth Grover wrote:
> Michael, I pulled down your latest revision (21934) which did fix the
> problems I had reported. Thanks!
>
> I did find another one for you:
> ========================================
> 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.
> ========================================
>
> Segfaults in the same way as the others, on the release.
Works fine here.
Michael.
More information about the fpc-pascal
mailing list