mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
* dir.c: changed foo (*bar)_((boo))' to
foo (*bar)(boo)`.
* enumerator.c, eval.c, gc.c, intern.h, io.c, process.c, ruby.c, ruby.h, signal.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6c32e232d9
commit
ca32aea6a2
11 changed files with 30 additions and 23 deletions
2
intern.h
2
intern.h
|
@ -413,7 +413,7 @@ int rb_proc_exec_n(int, VALUE*, const char*);
|
|||
int rb_proc_exec(const char*);
|
||||
VALUE rb_check_argv(int, VALUE*);
|
||||
int rb_exec(const struct rb_exec_arg*);
|
||||
int rb_fork(int*, int (*)_((void*)), void*);
|
||||
int rb_fork(int*, int (*)(void*), void*);
|
||||
VALUE rb_f_exec(int,VALUE*);
|
||||
int rb_waitpid(int,int*,int);
|
||||
void rb_syswait(int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue