1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-28 09:29:29 +02:00

Drop "inline" since it's now part of ALWAYS_INLINE.

(Logical change 1.290)
This commit is contained in:
mostang.com!davidm 2005-05-03 09:13:17 +00:00
parent 411331eecb
commit 7a5549f2d8

View file

@ -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)
{