lua-users home
lua-l archive

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


>sorry, i think i misunderstood your original question.  if you
>want to check for accidental stack overflow, enable the
>api_check() macro in lapi.c. then if you try to exceed the
>stack capacity, you will get an assertion violation.

Thanks, that's what I was looking for. It is really annoying
that it's not mentioned in the documentation.