summaryrefslogtreecommitdiffstats
path: root/continue.h
diff options
context:
space:
mode:
authorThomas Bushnell <tb@debian.org>2008-02-18 15:37:29 -0500
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:41 -0800
commit978a3689f0198999230fee96c037cf3f2f5207d9 (patch)
tree910512ad3fa92f22ccf6503c45768d6ae296dae0 /continue.h
parente9ed1ad5236ca6314136c4220ac672167b643fc5 (diff)
downloadscm-debian/5e5-2.tar.gz
scm-debian/5e5-2.zip
Import Debian changes 5e5-2debian/5e5-2
scm (5e5-2) unstable; urgency=low * continue.h: actually make the change mentioned in 5e5-1. * Makefile: Likewise. * xgen.scm: Likewise. * scm.1: Likewise. * build.scm: Likewise.
Diffstat (limited to 'continue.h')
-rw-r--r--continue.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/continue.h b/continue.h
index 9f1d78f..9139783 100644
--- a/continue.h
+++ b/continue.h
@@ -60,6 +60,10 @@ typedef long STACKITEM;
#ifdef _UNICOS
# define STACK_GROWS_UP
#endif
+/* __hppa__ case added by tb for debian */
+#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