From be2559291e620bac6fffea470119be84b3bc63c5 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 15 Mar 2016 11:27:06 +0100 Subject: [PATCH] ARM: Fix build problem with external frame unwinding. --- src/lj_err.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lj_err.c b/src/lj_err.c index 01b86d11..a847ca07 100644 --- a/src/lj_err.c +++ b/src/lj_err.c @@ -310,7 +310,6 @@ static void err_raise_ext(int errcode) #define _US_FORCE_UNWIND 8 typedef struct _Unwind_Control_Block _Unwind_Control_Block; -typedef struct _Unwind_Context _Unwind_Context; struct _Unwind_Control_Block { uint64_t exclass;