diff options
Diffstat (limited to 'continue.h')
-rwxr-xr-x[-rw-r--r--] | continue.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/continue.h b/continue.h index 9f1d78f..8e1da75 100644..100755 --- a/continue.h +++ b/continue.h @@ -60,6 +60,9 @@ typedef long STACKITEM; #ifdef _UNICOS # define STACK_GROWS_UP #endif +#ifdef __hppa__ +# define STACK_GROWS_UP +#endif /* James Clark came up with this neat one instruction fix for continuations on the SPARC. It flushes the register windows so |