blob: 61217625be7060627edc03533c3f985edbf0ba07 [file] [log] [blame]
typedef unsigned long VALUE;
__attribute__((noreturn))
void
rexc_raise(VALUE mesg)
{
__builtin_exit(0);
}