diff options
Diffstat (limited to 'byterun/signals.c')
-rw-r--r-- | byterun/signals.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/byterun/signals.c b/byterun/signals.c index a16a00c5a..e585b4931 100644 --- a/byterun/signals.c +++ b/byterun/signals.c @@ -1,3 +1,16 @@ +/***********************************************************************/ +/* */ +/* Caml Special Light */ +/* */ +/* Xavier Leroy and Damien Doligez, INRIA Rocquencourt */ +/* */ +/* Copyright 1995 Institut National de Recherche en Informatique et */ +/* Automatique. Distributed only by permission. */ +/* */ +/***********************************************************************/ + +/* $Id$ */ + #include <signal.h> #include "alloc.h" #include "config.h" |