[fpc-devel] Pascal to Javascript - Call for Help
Michael Van Canneyt
michael at freepascal.org
Mon Apr 7 10:44:16 CEST 2014
On Sat, 5 Apr 2014, Marcos Douglas wrote:
>>
>> Michael.
>
> Hi Michael,
>
> A first little patch.
> In line 1101 -- Function TPasToJSConverter.ConvertRepeatStatement --
> you need to put a "raise"
>
> ===code===
> except
> FreeAndNil(B);
> FreeAndNil(C);
> raise; <<<<
> end;
> ===code===
Thank you. There were several other locations where the raise was missing, I fixed them as well.
Michael.
More information about the fpc-devel
mailing list