diff options
Diffstat (limited to 'stdlib/printexc.ml')
-rw-r--r-- | stdlib/printexc.ml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/printexc.ml b/stdlib/printexc.ml index 6d00535bb..ffb0b2451 100644 --- a/stdlib/printexc.ml +++ b/stdlib/printexc.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$ *) + let print_exn = function Out_of_memory -> prerr_string "Out of memory\n" |