From a491508753ce9d5a47ea6738f49b028270010e08 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 5 Apr 2016 08:15:22 +0000 Subject: string.c: rb_str_concat_literals * string.c (rb_str_concat_literals): concatenate literal string fragments. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm.c') diff --git a/vm.c b/vm.c index 64081b49e5..77f57d9839 100644 --- a/vm.c +++ b/vm.c @@ -23,7 +23,7 @@ #include "probes.h" #include "probes_helper.h" -VALUE rb_str_append_literal(VALUE str, VALUE str2); +VALUE rb_str_concat_literals(size_t, const VALUE*); static inline VALUE * VM_EP_LEP(VALUE *ep) -- cgit v1.2.3