summaryrefslogtreecommitdiff
path: root/byterun/gc_ctrl.h
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>1999-11-08 17:02:14 +0000
committerDamien Doligez <damien.doligez-inria.fr>1999-11-08 17:02:14 +0000
commit5674cf35c8d59cd19bb93a39542dfad1e7d9ac9e (patch)
tree30d5775bd2d6bddc1468212163f010b202348fd7 /byterun/gc_ctrl.h
parent79fa527d00d1185f51c53b162823220d1cfa97d4 (diff)
downloadocaml-5674cf35c8d59cd19bb93a39542dfad1e7d9ac9e.tar.gz
ajout heap_check
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2480 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/gc_ctrl.h')
-rw-r--r--byterun/gc_ctrl.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/byterun/gc_ctrl.h b/byterun/gc_ctrl.h
index 3f0f4f5eda..4c060de1af 100644
--- a/byterun/gc_ctrl.h
+++ b/byterun/gc_ctrl.h
@@ -5,7 +5,7 @@
/* Damien Doligez, projet Para, INRIA Rocquencourt */
/* */
/* Copyright 1996 Institut National de Recherche en Informatique et */
-/* Automatique. Distributed only by permission. */
+/* en Automatique. Distributed only by permission. */
/* */
/***********************************************************************/
@@ -29,4 +29,8 @@ void init_gc (unsigned long, unsigned long, unsigned long,
unsigned long, unsigned long, unsigned long);
+#ifdef DEBUG
+void heap_check (void);
+#endif
+
#endif /* _gc_ctrl_ */