From fc455473cda20e89cd6080b036101ab4aaa9717f Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 10 Dec 2002 04:19:59 +0000 Subject: [PATCH] Merge with HEAD 1.17: Use makecontext() as a generic implementation Original commit message from CVS: Merge with HEAD 1.17: Use makecontext() as a generic implementation --- gst/gstarch.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst/gstarch.h b/gst/gstarch.h index 2cd6f0460a..cd21633863 100644 --- a/gst/gstarch.h +++ b/gst/gstarch.h @@ -180,6 +180,10 @@ struct minimal_s390_stackframe { ((struct minimal_s390_stackframe *)sp)->back_chain = 0; +#elif defined(HAVE_MAKECONTEXT) + +/* If we have makecontext(), we'll be using that. */ + #else #error Need to know about this architecture, or have a generic implementation #endif