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.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to