summaryrefslogtreecommitdiff
path: root/src/lj_err.c
diff options
context:
space:
mode:
authorMike Pall <mike>2019-12-08 19:24:47 +0100
committerMike Pall <mike>2019-12-08 19:24:47 +0100
commit05898a8824f119d586e5fb079f1e66d8cac38160 (patch)
tree615a53149d3c0c4a1de3feb2e63e06bb8761b059 /src/lj_err.c
parent84ee8091f66b674da74e6f81bcb73f1d9fb10458 (diff)
parent44382e833a9334c19e47e64e8078a322026e094d (diff)
downloadluajit-05898a8824f119d586e5fb079f1e66d8cac38160.tar.gz
luajit-05898a8824f119d586e5fb079f1e66d8cac38160.tar.bz2
luajit-05898a8824f119d586e5fb079f1e66d8cac38160.zip
Merge branch 'master' into v2.1
Diffstat (limited to 'src/lj_err.c')
-rw-r--r--src/lj_err.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lj_err.c b/src/lj_err.c
index abf176e5..83118551 100644
--- a/src/lj_err.c
+++ b/src/lj_err.c
@@ -287,12 +287,7 @@ LJ_FUNCA int lj_err_unwind_dwarf(int version, int actions,
287} 287}
288 288
289#if LJ_UNWIND_EXT 289#if LJ_UNWIND_EXT
290#if LJ_TARGET_OSX || defined(__OpenBSD__)
291/* Sorry, no thread safety for OSX. Complain to Apple, not me. */
292static _Unwind_Exception static_uex;
293#else
294static __thread _Unwind_Exception static_uex; 290static __thread _Unwind_Exception static_uex;
295#endif
296 291
297/* Raise DWARF2 exception. */ 292/* Raise DWARF2 exception. */
298static void err_raise_ext(int errcode) 293static void err_raise_ext(int errcode)