* 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
@ -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…
x
Reference in New Issue
Block a user