aboutsummaryrefslogtreecommitdiffstats
path: root/continue.h
diff options
context:
space:
mode:
Diffstat (limited to 'continue.h')
-rw-r--r--continue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/continue.h b/continue.h
index 198c0b7..040b4b5 100644
--- a/continue.h
+++ b/continue.h
@@ -175,7 +175,7 @@ void throw_to_continuation P((CONTINUATION *cont, long val,
continuations on the SPARC. It flushes the register windows so
that all the state of the process is contained in the stack. */
-#if defined (sparc) || defined (__sparc__) || defined (__sparc)
+#ifdef sparc
# define FLUSH_REGISTER_WINDOWS asm("ta 3")
#else
# define FLUSH_REGISTER_WINDOWS /* empty */