summaryrefslogtreecommitdiffstats
path: root/byterun/gc_ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/gc_ctrl.h')
-rw-r--r--byterun/gc_ctrl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/byterun/gc_ctrl.h b/byterun/gc_ctrl.h
index b5a2e87f7..205636d59 100644
--- a/byterun/gc_ctrl.h
+++ b/byterun/gc_ctrl.h
@@ -23,7 +23,7 @@ extern double
caml_stat_promoted_words,
caml_stat_major_words;
-extern long
+extern intnat
caml_stat_minor_collections,
caml_stat_major_collections,
caml_stat_heap_size,
@@ -31,8 +31,8 @@ extern long
caml_stat_compactions,
caml_stat_heap_chunks;
-void caml_init_gc (unsigned long, unsigned long, unsigned long,
- unsigned long, unsigned long);
+void caml_init_gc (uintnat, uintnat, uintnat,
+ uintnat, uintnat);
#ifdef DEBUG