diff options
Diffstat (limited to 'asmrun/signals.c')
-rw-r--r-- | asmrun/signals.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/asmrun/signals.c b/asmrun/signals.c index 0e287a651..a944745cb 100644 --- a/asmrun/signals.c +++ b/asmrun/signals.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$ */ + #include "misc.h" #include "mlvalues.h" #include "fail.h" |