summaryrefslogtreecommitdiffstats
path: root/byterun/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/misc.h')
-rw-r--r--byterun/misc.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/byterun/misc.h b/byterun/misc.h
index d1076675a..7e0e5cbe2 100644
--- a/byterun/misc.h
+++ b/byterun/misc.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$ */
+
/* Miscellaneous macros and variables. */
#ifndef _misc_