mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* include/ruby/ruby.h (ruby_executable_node): missing prototype.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
82ff894c04
commit
5ba5d4c889
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Oct 13 10:52:51 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* include/ruby/ruby.h (ruby_executable_node): missing prototype.
|
||||
|
||||
Wed Oct 13 05:23:04 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* missing/strchr.c: add strlen's prototype.
|
||||
|
|
|
@ -1192,6 +1192,7 @@ void ruby_init(void);
|
|||
void *ruby_options(int, char**);
|
||||
int ruby_run_node(void *);
|
||||
int ruby_exec_node(void *);
|
||||
int ruby_executable_node(void *n, int *status);
|
||||
|
||||
RUBY_EXTERN VALUE rb_mKernel;
|
||||
RUBY_EXTERN VALUE rb_mComparable;
|
||||
|
|
Loading…
Add table
Reference in a new issue