summaryrefslogtreecommitdiff
path: root/byterun/minor_gc.c
diff options
context:
space:
mode:
authoralainfrisch <alain@frisch.fr>2016-01-27 22:47:31 +0100
committeralainfrisch <alain@frisch.fr>2016-01-27 22:47:31 +0100
commit3878b84d8b8ebfa75522a50e925a8bfccb32fd5a (patch)
treef922b057de3bc570212d83343e277e4858dd9f92 /byterun/minor_gc.c
parent3f9442604cec9fbb973d3e0891be203688be0d57 (diff)
downloadocaml-3878b84d8b8ebfa75522a50e925a8bfccb32fd5a.tar.gz
Fix for Windows following merge of GPR#22.
Diffstat (limited to 'byterun/minor_gc.c')
-rw-r--r--byterun/minor_gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/minor_gc.c b/byterun/minor_gc.c
index c21aa31864..75be7bdf33 100644
--- a/byterun/minor_gc.c
+++ b/byterun/minor_gc.c
@@ -49,7 +49,7 @@
native code, or [caml_young_trigger].
*/
-struct generic_table CAML_TABLE_STRUCT(void);
+struct generic_table CAML_TABLE_STRUCT(char);
asize_t caml_minor_heap_wsz;
static void *caml_young_base = NULL;