diff options
Diffstat (limited to 'byterun/instruct.h')
-rw-r--r-- | byterun/instruct.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/byterun/instruct.h b/byterun/instruct.h index 1ada33e5a..9a306bdb3 100644 --- a/byterun/instruct.h +++ b/byterun/instruct.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$ */ + /* The instruction set. */ enum instructions { |