diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-03-03 00:56:40 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-03-03 00:56:40 -0800 |
commit | fd5f104f287427fee885583bc398c137674e6af0 (patch) | |
tree | 151d1875fdbbc52fd992f53ee197f7070c5f73d1 /continue.h | |
parent | 90889a692076f2c62486607d0354e0fca52364bc (diff) | |
download | scm-upstream/5f2.tar.gz scm-upstream/5f2.zip |
New upstream version 5f2upstream/5f2upstream
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 |