From cfa2f95476525559bf8555c36b34dc241d87b76b Mon Sep 17 00:00:00 2001 From: normal Date: Mon, 19 Oct 2015 20:56:08 +0000 Subject: ext/fiddle/closure.c (callback): static function The `callback' function is not used outside of closure.c and should not be able to cause namespace conflicts in compilers without visibility pragmas. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/fiddle/closure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/fiddle') diff --git a/ext/fiddle/closure.c b/ext/fiddle/closure.c index d857bfe870..ca1b10a61b 100644 --- a/ext/fiddle/closure.c +++ b/ext/fiddle/closure.c @@ -55,7 +55,7 @@ const rb_data_type_t closure_data_type = { {0, dealloc, closure_memsize,}, }; -void +static void callback(ffi_cif *cif, void *resp, void **args, void *ctx) { VALUE self = (VALUE)ctx; -- cgit v1.2.3