* missing/isinf.c, missing/dup2.c, missing/strtod.c, missing/x68.c,
missing/alloca.c: use "ruby/config.h". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
79a74f5ec1
commit
2cb9ebd55d
@ -1,3 +1,8 @@
|
|||||||
|
Sun Jun 10 18:32:24 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* missing/isinf.c, missing/dup2.c, missing/strtod.c, missing/x68.c,
|
||||||
|
missing/alloca.c: use "ruby/config.h".
|
||||||
|
|
||||||
Sun Jun 10 17:49:20 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Sun Jun 10 17:49:20 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* instruby.rb (install_recursive): should check parent directoris of
|
* instruby.rb (install_recursive): should check parent directoris of
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
static char SCCSid[] = "@(#)alloca.c 1.1"; /* for the "what" utility */
|
static char SCCSid[] = "@(#)alloca.c 1.1"; /* for the "what" utility */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "config.h"
|
#include "ruby/config.h"
|
||||||
#ifdef emacs
|
#ifdef emacs
|
||||||
#ifdef static
|
#ifdef static
|
||||||
/* actually, only want this if static is defined as ""
|
/* actually, only want this if static is defined as ""
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
* Return fd2 if all went well; return BADEXIT otherwise.
|
* Return fd2 if all went well; return BADEXIT otherwise.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "ruby/config.h"
|
||||||
|
|
||||||
#if defined(HAVE_FCNTL)
|
#if defined(HAVE_FCNTL)
|
||||||
# include <fcntl.h>
|
# include <fcntl.h>
|
||||||
|
@ -18,7 +18,7 @@ isinf(double n)
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include "config.h"
|
#include "ruby/config.h"
|
||||||
|
|
||||||
#if defined(HAVE_FINITE) && defined(HAVE_ISNAN)
|
#if defined(HAVE_FINITE) && defined(HAVE_ISNAN)
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
* RCS: @(#) $Id$
|
* RCS: @(#) $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "ruby/config.h"
|
||||||
#ifdef HAVE_STDLIB_H
|
#ifdef HAVE_STDLIB_H
|
||||||
# include <stdlib.h>
|
# include <stdlib.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* x68 compatibility functions -- follows Ruby's license */
|
/* x68 compatibility functions -- follows Ruby's license */
|
||||||
|
|
||||||
#include "config.h"
|
#include "ruby/config.h"
|
||||||
|
|
||||||
#if !HAVE_SELECT
|
#if !HAVE_SELECT
|
||||||
#include "x68/select.c"
|
#include "x68/select.c"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user