summaryrefslogtreecommitdiffstats
path: root/stdlib/gc.ml
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/gc.ml')
-rw-r--r--stdlib/gc.ml13
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/gc.ml b/stdlib/gc.ml
index 163e6867e..d07be8361 100644
--- a/stdlib/gc.ml
+++ b/stdlib/gc.ml
@@ -1,3 +1,16 @@
+(***********************************************************************)
+(* *)
+(* Caml Special Light *)
+(* *)
+(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
+(* *)
+(* Copyright 1995 Institut National de Recherche en Informatique et *)
+(* Automatique. Distributed only by permission. *)
+(* *)
+(***********************************************************************)
+
+(* $Id$ *)
+
type stat = {
minor_words : int;
promoted_words : int;