18 #define warn_print(x) rb_write_error(x)
19 #define warn_print2(x,l) rb_write_error2((x),(l))
28 if (sourceline == 0) {
32 warn_printf(
"%s:%d:in `%s'", sourcefile, sourceline,
71 volatile VALUE eclass, e;
72 const char *
volatile einfo;
142 if ((tail = memchr(einfo,
'\n', elen)) != 0) {
166 #define TRACE_MAX (TRACE_HEAD+TRACE_TAIL+5)
170 for (i = 1; i <
len; i++) {
247 warn_print(
": retry outside of rescue clause\n");
271 rb_bug(
"Unknown longjmp status %d", ex);