summaryrefslogtreecommitdiff
path: root/byterun/major_gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/major_gc.c')
-rw-r--r--byterun/major_gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/major_gc.c b/byterun/major_gc.c
index 1298498f48..b9ec8cbfe0 100644
--- a/byterun/major_gc.c
+++ b/byterun/major_gc.c
@@ -30,7 +30,7 @@
#include "weak.h"
uintnat caml_percent_free;
-intnat caml_major_heap_increment;
+uintnat caml_major_heap_increment;
CAMLexport char *caml_heap_start;
char *caml_gc_sweep_hp;
int caml_gc_phase; /* always Phase_mark, Phase_sweep, or Phase_idle */