diff options
Diffstat (limited to 'doc/api.html')
-rw-r--r-- | doc/api.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.html b/doc/api.html index 3bb10967..874f7ae9 100644 --- a/doc/api.html +++ b/doc/api.html | |||
@@ -319,7 +319,7 @@ enable it <b>after</b> running <tt>luaL_openlibs</tt>. | |||
319 | </p> | 319 | </p> |
320 | <p> | 320 | <p> |
321 | LuaJIT already intercepts exception handling for systems using | 321 | LuaJIT already intercepts exception handling for systems using |
322 | ELF/DWARF2 stack unwinding (e.g. Linux). This is a zero-cost mechanism | 322 | DWARF2 stack unwinding (e.g. Linux, OSX). This is a zero-cost mechanism |
323 | and always enabled. You don't need to use any wrapper functions, | 323 | and always enabled. You don't need to use any wrapper functions, |
324 | except when you want to get a more specific error message than | 324 | except when you want to get a more specific error message than |
325 | <tt>"C++ exception"</tt>. | 325 | <tt>"C++ exception"</tt>. |