From fff07e9420be8d362bd1b4aa16166bf2a8b5fbb8 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 9 Dec 2002 01:41:05 +0000 Subject: [PATCH] Use makecontext() as a generic implementation Original commit message from CVS: 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 2cd6f04..cd21633 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 -- 2.7.4