aboutsummaryrefslogtreecommitdiffstats
path: root/continue.h
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-03-03 00:56:40 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-08-02 00:09:46 -0700
commit879f4fa041cfdefee655eb877f1a91f86a9c62b7 (patch)
treebc68ac058e5d0a7cf8e7815cbe1070fd60e75589 /continue.h
parentd13fcf5c0bd68f67059b2561c28c40b55e1117a3 (diff)
downloadscm-879f4fa041cfdefee655eb877f1a91f86a9c62b7.tar.gz
scm-879f4fa041cfdefee655eb877f1a91f86a9c62b7.zip
New upstream version 5f2
Diffstat (limited to 'continue.h')
-rwxr-xr-x[-rw-r--r--]continue.h3
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