On Monday, November 22, 2010 04:33:08 pm Damien Doligez wrote:
> On 2010-11-22, at 13:04, Christoph Cullmann wrote:
> > In ocaml 3.12, in byterun/major_gc.h, there is:
> > 
> >
> > intnat caml_major_collection_slice (long howmuch)
> >
> > 
> >
> > whereas in the .c file that is:
> > 
> >
> > intnat caml_major_collection_slice (intnat howmuch)
> >
> > 
> >
> > As intnat is with mingw-w64 long long, this doesn't match.
> > Should not the header use intnat, too?
> 
> You're right.  This will be fixed in 3.12.1.
Thanks.

We just started here to port ocaml to mingw-w64, question arises:

Which files need adoption?

I have seen that in asmrun the amd64.S needs patches and in asmcomp the emit 
and proc mls.

Do I miss files?

Greetings
Christoph

-- 
-------------------------------------- Christoph Cullmann ---------
AbsInt Angewandte Informatik GmbH      Email: cullm...@absint.com
Science Park 1                         Tel:   +49-681-38360-22
66123 Saarbrücken                      Fax:   +49-681-38360-20
GERMANY                                WWW:   http://www.AbsInt.com
--------------------------------------------------------------------
Geschäftsführung: Dr.-Ing. Christian Ferdinand
Eingetragen im Handelsregister des Amtsgerichts Saarbrücken, HRB 11234

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to