* 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:
usa 2010-07-26 05:10:25 +00:00
parent c6cda4e336
commit 705586b1a1
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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)