mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
actually link to the real function :)
This commit is contained in:
parent
03777e31db
commit
36014c2ff5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ VALUE v8_weakref_id2ref(VALUE id);
|
|||
|
||||
|
||||
#if RUBY_VERSION_MAJOR == 1 && RUBY_VERSION_MINOR == 8
|
||||
VALUE rb_proc_new(VALUE (*)(ANYARGS/* VALUE yieldarg[, VALUE procarg] */), VALUE);
|
||||
extern "C" VALUE rb_proc_new(VALUE (*)(ANYARGS/* VALUE yieldarg[, VALUE procarg] */), VALUE);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue