From be61b2b12d89324256b414b402364e7c243ee660 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 13 Jan 2016 08:05:07 +0000 Subject: vm_eval.c: fstring format * vm_eval.c (make_no_method_exception): make format string fstring. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_insnhelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_insnhelper.h') diff --git a/vm_insnhelper.h b/vm_insnhelper.h index fbd3a76728..f2a2a88c72 100644 --- a/vm_insnhelper.h +++ b/vm_insnhelper.h @@ -185,7 +185,7 @@ enum vm_regan_acttype { #define GET_GLOBAL_CONSTANT_STATE() (ruby_vm_global_constant_state) #define INC_GLOBAL_CONSTANT_STATE() (++ruby_vm_global_constant_state) -static VALUE make_no_method_exception(VALUE exc, const char *format, +static VALUE make_no_method_exception(VALUE exc, VALUE format, VALUE obj, int argc, const VALUE *argv); static inline struct vm_throw_data * -- cgit v1.2.3