mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add comments
This commit is contained in:
parent
5783d84a17
commit
2363a16e9a
Notes:
git
2020-07-13 08:56:52 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ def mk_builtin_header file
|
|||
f.puts %' fprintf(f, " const VALUE *argv = GET_EP() - lnum - VM_ENV_DATA_SIZE + 1 + %ld;\\n", index);'
|
||||
f.puts %' }'
|
||||
end
|
||||
f.puts %' fprintf(f, " func f = (func)%p;\\n", (const void *)#{cfunc_name});'
|
||||
f.puts %' fprintf(f, " func f = (func)/* #{cfunc_name} */%p;\\n", (const void *)#{cfunc_name});'
|
||||
f.puts %' fprintf(f, " val = f(ec, GET_SELF()#{argv});\\n");'
|
||||
end
|
||||
f.puts %'}'
|
||||
|
|
Loading…
Add table
Reference in a new issue