/* Copyright (C) 1989, Digital Equipment Corporation */ /* All rights reserved. */ /* See the file COPYRIGHT for a full description. */ /* File: M3Runtime.h */ /* Last Modified On Tue Jul 16 01:57:15 1991 by kalsow */ /* Modified On Fri Feb 15 00:22:28 1991 by muller */ /***************************************************************************/ /* Do not put any C code before the include of M3RuntimeDecls.h. Some */ /* machines require special C code at the very beginning of the file and */ /* it is convenient to put this code in M3Machine.h (which is machine */ /* specific) */ /***************************************************************************/ #include "M3RuntimeDecls.h" extern _EXCEPTION _M3__returnException; extern _EXCEPTION _M3__exitException; extern _ADDRESS _M3__handlers; extern _ADDRESS _M3__stackLimit;