aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'error.c')
-rw-r--r--error.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/error.c b/error.c
index 075cb1dfb1..18168eda7a 100644
--- a/error.c
+++ b/error.c
@@ -950,6 +950,9 @@ exc_to_s(VALUE exc)
return rb_String(mesg);
}
+/* FIXME: Include eval_error.c */
+void rb_ec_error_write(VALUE errinfo, VALUE errat, VALUE str);
+
/*
* call-seq:
* exception.full_message -> string