On Tue, Aug 16, 2011 at 8:10 PM, Richard W.M. Jones <r...@annexia.org> wrote:

> Well it would certainly help if we had a piece of runnable code to
> look at.  The code supplied in the original email contains an infinite
> loop.

Yes, that was my mistake that I corrected later. The loop should be

 for (; *s != NULL; s++) {
    list = wrp_ml_cons(caml_copy_string(*s), list); /* bug! */
 }

- Dmitry Bely


-- 
Caml-list mailing list.  Subscription management and archives:
https://sympa-roc.inria.fr/wws/info/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to