/* Copyright (C) 1989, Digital Equipment Corporation */ /* All rights reserved. */ /* See the file COPYRIGHT for a full description. */ /* Last Modified On Tue May 19 13:42:51 PDT 1992 by muller */ /* this is similar to M3Runtime.h except that we need to include M3Machine.h, so it is separate */ #include "M3Machine.h" #if defined (_STACK_GROWS_DOWN) _EXPORT int _M3__stack_grows_down = 1; _EXPORT int _M3__max_stack = ~0; #else _EXPORT int _M3__stack_grows_down = 0; _EXPORT int _M3__max_stack = 0; #endif