diff options
Diffstat (limited to 'byterun/obj.c')
-rw-r--r-- | byterun/obj.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/byterun/obj.c b/byterun/obj.c index 5966ef543..29b951ea3 100644 --- a/byterun/obj.c +++ b/byterun/obj.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$ */ + /* Operations on objects */ #include "alloc.h" |