diff options
Diffstat (limited to 'continue.h')
-rw-r--r-- | continue.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -196,3 +196,6 @@ void throw_to_continuation P((CONTINUATION *cont, long val, #ifdef _UNICOS # define STACK_GROWS_UP #endif +#ifdef __hppa__ +# define STACK_GROWS_UP +#endif |