diff options
Diffstat (limited to 'byterun/memory.c')
-rw-r--r-- | byterun/memory.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/byterun/memory.c b/byterun/memory.c index c8c40edde..77ab3e77b 100644 --- a/byterun/memory.c +++ b/byterun/memory.c @@ -1,3 +1,16 @@ +/***********************************************************************/ +/* */ +/* Caml Special Light */ +/* */ +/* Damien Doligez, projet Para, INRIA Rocquencourt */ +/* */ +/* Copyright 1995 Institut National de Recherche en Informatique et */ +/* Automatique. Distributed only by permission. */ +/* */ +/***********************************************************************/ + +/* $Id$ */ + #include <string.h> #include "fail.h" #include "freelist.h" |