* win32/Makefile.sub (config.h): need PRI_LL_PREFIX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
feb67bc729
commit
32bd439f76
@ -1,3 +1,7 @@
|
|||||||
|
Fri Nov 12 00:30:19 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* win32/Makefile.sub (config.h): need PRI_LL_PREFIX.
|
||||||
|
|
||||||
Thu Nov 11 23:38:32 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Thu Nov 11 23:38:32 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* configure.in: ANSI C-conforming const and volatile are mandatory
|
* configure.in: ANSI C-conforming const and volatile are mandatory
|
||||||
|
@ -538,6 +538,8 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
|
|||||||
!else
|
!else
|
||||||
#define ssize_t int
|
#define ssize_t int
|
||||||
!endif
|
!endif
|
||||||
|
#define PRI_LL_PREFIX "I64"
|
||||||
|
#define PRI_PIDT_PREFIX PRI_INT_PREFIX
|
||||||
#define GETGROUPS_T int
|
#define GETGROUPS_T int
|
||||||
#define RETSIGTYPE void
|
#define RETSIGTYPE void
|
||||||
#define TYPEOF_TIMEVAL_TV_SEC long
|
#define TYPEOF_TIMEVAL_TV_SEC long
|
||||||
|
Loading…
x
Reference in New Issue
Block a user