aboutsummaryrefslogtreecommitdiffstats
path: root/continue.h
diff options
context:
space:
mode:
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