summaryrefslogtreecommitdiff
path: root/stdlib/gc.ml
diff options
context:
space:
mode:
authorKC Sivaramakrishnan <kc@kcsrk.info>2018-03-09 11:58:12 +0000
committerKC Sivaramakrishnan <kc@kcsrk.info>2018-03-09 11:58:12 +0000
commite2193b005cf5c66c11c46c742d74e954175fb423 (patch)
treee8246f55ca89a3886061c844e1ae1000161d55f0 /stdlib/gc.ml
parent31465f3c80c90ab4c2f55fc718ad73239c7d0f3c (diff)
downloadocaml-e2193b005cf5c66c11c46c742d74e954175fb423.tar.gz
make world now works
Diffstat (limited to 'stdlib/gc.ml')
-rw-r--r--stdlib/gc.ml8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/gc.ml b/stdlib/gc.ml
index 0083c7885b..307a60192f 100644
--- a/stdlib/gc.ml
+++ b/stdlib/gc.ml
@@ -55,10 +55,10 @@ external major_slice : int -> int = "caml_gc_major_slice"
external major : unit -> unit = "caml_gc_major"
external full_major : unit -> unit = "caml_gc_full_major"
external compact : unit -> unit = "caml_gc_compaction"
-external get_minor_free : unit -> int = "caml_get_minor_free" [@@noalloc]
-external get_bucket : int -> int = "caml_get_major_bucket" [@@noalloc]
-external get_credit : unit -> int = "caml_get_major_credit" [@@noalloc]
-external huge_fallback_count : unit -> int = "caml_gc_huge_fallback_count"
+(* external get_minor_free : unit -> int = "caml_get_minor_free" [@@noalloc] *)
+(* external get_bucket : int -> int = "caml_get_major_bucket" [@@noalloc] *)
+(* external get_credit : unit -> int = "caml_get_major_credit" [@@noalloc] *)
+(* external huge_fallback_count : unit -> int = "caml_gc_huge_fallback_count" *)
open Printf