mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 17:14:01 +02:00
merge from trunk (r28408)
* ext/socket/raddrinfo.c: don't use __P. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
870d031667
commit
e31fb65d57
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Thu Jul 1 04:21:10 2010 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
|
* ext/socket/raddrinfo.c: don't use __P.
|
||||||
|
|
||||||
Wed Jun 30 07:29:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Wed Jun 30 07:29:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* test/ruby/test_rubyoptions.rb (test_script_from_stdin): by using
|
* test/ruby/test_rubyoptions.rb (test_script_from_stdin): by using
|
||||||
|
|
|
@ -97,7 +97,7 @@ ruby_getnameinfo__aix(const struct sockaddr *sa, size_t salen,
|
||||||
ruby_getnameinfo__aix((sa), (salen), (host), (hostlen), (serv), (servlen), (flags))
|
ruby_getnameinfo__aix((sa), (salen), (host), (hostlen), (serv), (servlen), (flags))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int str_isnumber __P((const char *));
|
static int str_isnumber(const char *);
|
||||||
|
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
/* fix [ruby-core:29427] */
|
/* fix [ruby-core:29427] */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue