summaryrefslogtreecommitdiffstats
path: root/byterun/stacks.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/stacks.c')
-rw-r--r--byterun/stacks.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/byterun/stacks.c b/byterun/stacks.c
index c83153859..746ec4c80 100644
--- a/byterun/stacks.c
+++ b/byterun/stacks.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$ */
+
/* To initialize and resize the stacks */
#include <string.h>