aboutsummaryrefslogtreecommitdiffstats
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
commitbdab045a758932b99c093c545b56d0d3d22d42bd (patch)
treec3dad3d833f3634ecf970a54bf5cb79a44a6e98f /error.c
parent2ba4d2c15590a2cb5af2020360280be8f35f89e5 (diff)
downloadruby-bdab045a758932b99c093c545b56d0d3d22d42bd.tar.gz
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