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

Reply via email to