From d45d20ede7d05644bb3c13e7c6dffce6a4d8b73e Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 8 Dec 2015 15:07:41 +0000 Subject: make local symbols static git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'error.c') 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); -- cgit v1.2.3