From 7a5549f2d885fec42fe5653ef109b6ddc026a81c Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Tue, 3 May 2005 09:13:17 +0000 Subject: [PATCH] Drop "inline" since it's now part of ALWAYS_INLINE. (Logical change 1.290) --- src/unwind/unwind-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unwind/unwind-internal.h b/src/unwind/unwind-internal.h index d410ee3b..348be00d 100644 --- a/src/unwind/unwind-internal.h +++ b/src/unwind/unwind-internal.h @@ -55,7 +55,7 @@ struct _Unwind_Context { ((unw_getcontext (uc) < 0 || unw_init_local (&(context)->cursor, uc) < 0) \ ? -1 : 0)) -static inline _Unwind_Reason_Code ALWAYS_INLINE +static _Unwind_Reason_Code ALWAYS_INLINE _Unwind_Phase2 (struct _Unwind_Exception *exception_object, struct _Unwind_Context *context) {