diff options
Diffstat (limited to 'otherlibs/unix/unix.h')
-rw-r--r-- | otherlibs/unix/unix.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/otherlibs/unix/unix.h b/otherlibs/unix/unix.h index 1c419fca8..5a26a7c3d 100644 --- a/otherlibs/unix/unix.h +++ b/otherlibs/unix/unix.h @@ -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$ */ + #define Nothing ((value) 0) #ifndef NULL |