Browse thread
Re: [Caml-list] OCaml + mingw-w64
- Damien Doligez
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2010-11-22 (15:33) |
From: | Damien Doligez <damien.doligez@i...> |
Subject: | Re: [Caml-list] OCaml + mingw-w64 |
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. -- Damien