mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_t
to get rid of redefinition warnings on mingw. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
208f2f27ca
commit
a3c29ec51a
5 changed files with 14 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon May 16 22:21:44 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_t
|
||||
to get rid of redefinition warnings on mingw.
|
||||
|
||||
Mon May 16 03:29:01 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
||||
|
||||
* win32/win32.{h,c}: define rb_{p,g,u}id_t.
|
||||
|
|
|
@ -235,6 +235,9 @@ $(CONFIG_H): $(MKFILES) $(srcdir)bcc32/Makefile.sub
|
|||
\#define HAVE_FCNTL_H 1
|
||||
\#define HAVE_UTIME_H 1
|
||||
\#define HAVE_FLOAT_H 1
|
||||
\#define rb_uid_t uid_t
|
||||
\#define rb_gid_t gid_t
|
||||
\#define rb_pid_t int
|
||||
\#define HAVE_STRUCT_STAT_ST_RDEV 1
|
||||
\#define HAVE_ST_RDEV 1
|
||||
\#define GETGROUPS_T int
|
||||
|
|
|
@ -229,6 +229,9 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub
|
|||
#define HAVE_FCNTL_H 1
|
||||
#define HAVE_SYS_UTIME_H 1
|
||||
#define HAVE_FLOAT_H 1
|
||||
#define rb_pid_t int
|
||||
#define rb_gid_t int
|
||||
#define rb_uid_t int
|
||||
#define HAVE_STRUCT_STAT_ST_RDEV 1
|
||||
#define HAVE_ST_RDEV 1
|
||||
#define GETGROUPS_T int
|
||||
|
|
|
@ -69,9 +69,6 @@ extern "C++" {
|
|||
}
|
||||
#endif
|
||||
|
||||
#define rb_pid_t int
|
||||
#define rb_gid_t int
|
||||
#define rb_uid_t int
|
||||
#define WNOHANG -1
|
||||
|
||||
#undef getc
|
||||
|
|
|
@ -231,6 +231,9 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/wince/Makefile.sub
|
|||
#define HAVE_FCNTL_H 1
|
||||
#define HAVE_SYS_UTIME_H 1
|
||||
#define HAVE_FLOAT_H 1
|
||||
#define rb_uid_t int
|
||||
#define rb_gid_t int
|
||||
#define rb_pid_t int
|
||||
#define HAVE_STRUCT_STAT_ST_RDEV 1
|
||||
#define HAVE_ST_RDEV 1
|
||||
#define GETGROUPS_T int
|
||||
|
|
Loading…
Reference in a new issue