summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
authorsorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 12:10:21 +0000
committersorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 12:10:21 +0000
commit2ce0847e9e511f1e12157f38a5c8e246c4e950a3 (patch)
treec3dad3d833f3634ecf970a54bf5cb79a44a6e98f /error.c
parent9fa87ebe7f58ef4fd6e6283837e25c22cdf9e0e3 (diff)
hotfix implicit-function-declaration
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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