diff options
Diffstat (limited to 'byterun/interp.c')
-rw-r--r-- | byterun/interp.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/byterun/interp.c b/byterun/interp.c index e7789f827..fd153152c 100644 --- a/byterun/interp.c +++ b/byterun/interp.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$ */ + /* The bytecode interpreter */ #include "alloc.h" |