diff options
author | Mike Pall <mike> | 2012-06-10 01:38:44 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-06-10 02:01:25 +0200 |
commit | b8f5727ab4ab5656b19cdb2c71a92611836b5458 (patch) | |
tree | afff6234da61ae8d3a513359a68c88cdb7b6159c /src/lj_err.c | |
parent | 37be8a54785b893f531679adb0b479a426938504 (diff) | |
download | luajit-b8f5727ab4ab5656b19cdb2c71a92611836b5458.tar.gz luajit-b8f5727ab4ab5656b19cdb2c71a92611836b5458.tar.bz2 luajit-b8f5727ab4ab5656b19cdb2c71a92611836b5458.zip |
CONSOLE: Fix PS3 build.
Diffstat (limited to 'src/lj_err.c')
-rw-r--r-- | src/lj_err.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_err.c b/src/lj_err.c index 05813cf8..34736b34 100644 --- a/src/lj_err.c +++ b/src/lj_err.c | |||
@@ -185,7 +185,7 @@ static void *err_unwind(lua_State *L, void *stopcf, int errcode) | |||
185 | 185 | ||
186 | /* -- External frame unwinding -------------------------------------------- */ | 186 | /* -- External frame unwinding -------------------------------------------- */ |
187 | 187 | ||
188 | #if defined(__GNUC__) && !defined(LUAJIT_NO_UNWIND) | 188 | #if defined(__GNUC__) && !LJ_NO_UNWIND |
189 | 189 | ||
190 | /* | 190 | /* |
191 | ** We have to use our own definitions instead of the mandatory (!) unwind.h, | 191 | ** We have to use our own definitions instead of the mandatory (!) unwind.h, |