mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* call_cfunc.ci (call_cfunc): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12435 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
194a01a484
commit
243cd204df
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
/* from ruby1.9/eval.c */
|
||||
|
||||
static inline VALUE
|
||||
call_cfunc(VALUE (*func) (), VALUE recv, int len, int argc const VALUE *argv)
|
||||
call_cfunc(VALUE (*func)(), VALUE recv, int len, int argc, const VALUE *argv)
|
||||
{
|
||||
/* printf("len: %d, argc: %d\n", len, argc); */
|
||||
|
||||
|
|
Loading…
Reference in a new issue