lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


* Mike Pall:

> The page is a bit unorganized and rather ancient, but the given
> exception handling specification is still correct:

>   http://www.codesourcery.com/public/cxx-abi/

It's an ABI document, not an API document.  Apparently, it doesn't
describes the <unwind.h> header file (I'm still looking for
documentation of the _Unwind_GetIPInfo function, BTW).  I think you're
supposed to paste the declarations you need into your run-time library
source code. 8-/