1995-10-23 10:00:07 -07:00
|
|
|
(***********************************************************************)
|
|
|
|
(* *)
|
1996-04-30 07:53:58 -07:00
|
|
|
(* Objective Caml *)
|
1995-10-23 10:00:07 -07:00
|
|
|
(* *)
|
|
|
|
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
|
|
|
|
(* *)
|
1996-04-30 07:53:58 -07:00
|
|
|
(* Copyright 1996 Institut National de Recherche en Informatique et *)
|
1995-10-23 10:00:07 -07:00
|
|
|
(* Automatique. Distributed only by permission. *)
|
|
|
|
(* *)
|
|
|
|
(***********************************************************************)
|
|
|
|
|
|
|
|
(* $Id$ *)
|
|
|
|
|
1996-10-09 04:15:13 -07:00
|
|
|
(* Ensure that [at_exit] functions are called at the end of every program *)
|
1995-10-23 10:00:07 -07:00
|
|
|
|
1996-10-09 04:15:13 -07:00
|
|
|
let _ = do_at_exit()
|