From 2f1e7f6a71a1eaaa753c3ed2e897fd4d4771f2ea Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 27 Mar 2013 07:40:43 +0000 Subject: [PATCH] Makefile.sub: SIGNEDNESS_OF_TIME_T * win32/Makefile.sub (config.h): add SIGNEDNESS_OF_TIME_T for TIMET_MAX and TIMET_MIN. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 38c8939380..a444562a04 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -521,6 +521,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub !endif #define SIZEOF_FLOAT 4 #define SIZEOF_DOUBLE 8 +#define SIGNEDNESS_OF_TIME_T -1 !if $(RT_VER) >= 80 #define SIZEOF_TIME_T 8 #define TIMET2NUM(v) LL2NUM(v)