diff options
Diffstat (limited to 'byterun/fix_code.h')
-rw-r--r-- | byterun/fix_code.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/byterun/fix_code.h b/byterun/fix_code.h index c754fad27..18df9ed17 100644 --- a/byterun/fix_code.h +++ b/byterun/fix_code.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$ */ + /* Translate a block of bytecode (endianness switch, threading). */ #ifndef _fix_code_ |