mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
compile.c: constify
* compile.c (method_for_self): constify an argument of build function for VC6. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
44a4d7b057
commit
e53e986082
1 changed files with 1 additions and 1 deletions
|
@ -7058,7 +7058,7 @@ typedef struct {
|
|||
|
||||
static const rb_iseq_t *
|
||||
method_for_self(VALUE name, VALUE arg, rb_insn_func_t func,
|
||||
VALUE (*build)(rb_iseq_t *, LINK_ANCHOR *, VALUE))
|
||||
VALUE (*build)(rb_iseq_t *, LINK_ANCHOR *const, VALUE))
|
||||
{
|
||||
VALUE path, absolute_path;
|
||||
accessor_args acc;
|
||||
|
|
Loading…
Add table
Reference in a new issue