summaryrefslogtreecommitdiff
path: root/doc/api.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api.html')
-rw-r--r--doc/api.html2
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>
321LuaJIT already intercepts exception handling for systems using 321LuaJIT already intercepts exception handling for systems using
322ELF/DWARF2 stack unwinding (e.g. Linux). This is a zero-cost mechanism 322DWARF2 stack unwinding (e.g. Linux, OSX). This is a zero-cost mechanism
323and always enabled. You don't need to use any wrapper functions, 323and always enabled. You don't need to use any wrapper functions,
324except when you want to get a more specific error message than 324except when you want to get a more specific error message than
325<tt>"C++&nbsp;exception"</tt>. 325<tt>"C++&nbsp;exception"</tt>.