From 5674cf35c8d59cd19bb93a39542dfad1e7d9ac9e Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Mon, 8 Nov 1999 17:02:14 +0000 Subject: ajout heap_check git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2480 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- byterun/gc_ctrl.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'byterun/gc_ctrl.h') 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_ */ -- cgit v1.2.1