diff options
Diffstat (limited to 'byterun/fix_code.c')
-rw-r--r-- | byterun/fix_code.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/byterun/fix_code.c b/byterun/fix_code.c index e54549463..5d281f951 100644 --- a/byterun/fix_code.c +++ b/byterun/fix_code.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$ */ + /* Translate a block of bytecode (endianness switch, threading). */ #include "config.h" |