From 436fd82ab734df9cc175f29a236b39377969ffe9 Mon Sep 17 00:00:00 2001 From: shugo Date: Sun, 3 Dec 2017 08:02:56 +0000 Subject: Init functions should have prefix to avoid confliction. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/-test-/string/fstring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/-test-/string/fstring.c') diff --git a/ext/-test-/string/fstring.c b/ext/-test-/string/fstring.c index b65c98ce6d..30120b42f6 100644 --- a/ext/-test-/string/fstring.c +++ b/ext/-test-/string/fstring.c @@ -9,7 +9,7 @@ bug_s_fstring(VALUE self, VALUE str) } void -Init_fstring(VALUE klass) +Init_string_fstring(VALUE klass) { rb_define_singleton_method(klass, "fstring", bug_s_fstring, 1); } -- cgit v1.2.3