mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 08:20:28 +00:00
Fix a symbol.
This commit is contained in:
parent
aab39d03c7
commit
276341170e
1 changed files with 1 additions and 1 deletions
2
third_party/lua/ldo.c
vendored
2
third_party/lua/ldo.c
vendored
|
@ -89,7 +89,7 @@ __static_yoink("lua_notice");
|
|||
#else /* }{ */
|
||||
|
||||
/* ISO C handling with long jumps */
|
||||
#define LUAI_THROW(L,c) _gclongjmp((c)->b, 1) // [jart]
|
||||
#define LUAI_THROW(L,c) gclongjmp((c)->b, 1) // [jart]
|
||||
#define LUAI_TRY(L,c,a) if (setjmp((c)->b) == 0) { a }
|
||||
#define luai_jmpbuf jmp_buf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue