You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
recursive, recursiveloop: Add support for stack overflow checking.
If re1_5_stack_chk() macro is defined, it will be called on each recursive
iteration.
Make fatal() to have prefix too.
The idea is that 3rd party app may define its own re1_5_fatal(), or can
use a macro to define it to something else, e.g.
"-Dre1_5_fatal(x)=assert(!x)".