aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lj_err.c1
1 files changed, 0 insertions, 1 deletions
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)
310#define _US_FORCE_UNWIND 8 310#define _US_FORCE_UNWIND 8
311 311
312typedef struct _Unwind_Control_Block _Unwind_Control_Block; 312typedef struct _Unwind_Control_Block _Unwind_Control_Block;
313typedef struct _Unwind_Context _Unwind_Context;
314 313
315struct _Unwind_Control_Block { 314struct _Unwind_Control_Block {
316 uint64_t exclass; 315 uint64_t exclass;