diff options
Diffstat (limited to 'byterun/alloc.h')
-rw-r--r-- | byterun/alloc.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/byterun/alloc.h b/byterun/alloc.h index 5b0a1029a..b29ba5041 100644 --- a/byterun/alloc.h +++ b/byterun/alloc.h @@ -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$ */ + #ifndef _alloc_ #define _alloc_ |