aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 15:07:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 15:07:41 +0000
commitd45d20ede7d05644bb3c13e7c6dffce6a4d8b73e (patch)
tree2b4f0884dfe9dc59181e87e173bba0b888c30e7b /error.c
parent628e753bf0ade627f0b35d2a168bcd72b082252f (diff)
downloadruby-d45d20ede7d05644bb3c13e7c6dffce6a4d8b73e.tar.gz
make local symbols static
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.c b/error.c
index 5606612bb5..fb1de8a06e 100644
--- a/error.c
+++ b/error.c
@@ -917,7 +917,7 @@ rb_exc_set_backtrace(VALUE exc, VALUE bt)
* information.
*/
-VALUE
+static VALUE
exc_cause(VALUE exc)
{
return rb_attr_get(exc, id_cause);