mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* include/ruby/missing.h: revert a part of r28727. config.h is expected
to include only once, before including defines.h. including it here breaks some macro definitions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c6cda4e336
commit
705586b1a1
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
Mon Jul 26 14:08:47 2010 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* include/ruby/missing.h: revert a part of r28727. config.h is expected
|
||||
to include only once, before including defines.h.
|
||||
including it here breaks some macro definitions.
|
||||
|
||||
Mon Jul 26 13:52:25 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* configure.in: define BROKEN_CLOSE only on FreeBSD.
|
||||
|
|
|
@ -18,8 +18,6 @@ extern "C" {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#include "ruby/config.h"
|
||||
|
||||
#if defined(HAVE_SYS_TIME_H)
|
||||
# include <sys/time.h>
|
||||
#elif !defined(_WIN32)
|
||||
|
|
Loading…
Reference in a new issue