diff options
Diffstat (limited to 'byterun/fail.c')
-rw-r--r-- | byterun/fail.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/byterun/fail.c b/byterun/fail.c index 8f0b00e9d..acdb6f623 100644 --- a/byterun/fail.c +++ b/byterun/fail.c @@ -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$ */ + /* Raising exceptions from C. */ #include "alloc.h" |