From ec02633065dc8b57a538a894b8e5f075d2392f33 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 23 Aug 2013 02:07:20 +0000 Subject: Makefile.sub: SIZEOF_CLOCK_T * win32/Makefile.sub (config.h): now SIZEOF_CLOCK_T is needed for unsigned_clock_t. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index cf0c743b8e..7d615b643c 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -538,6 +538,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub !endif #define CLOCKID2NUM(v) INT2NUM(v) #define NUM2CLOCKID(v) NUM2INT(v) +#define SIZEOF_CLOCK_T 4 #define SIZEOF_RLIM_T 0 !if "$(ARCH)" == "x64" || "$(ARCH)" == "ia64" #define SIZEOF_SIZE_T 8 -- cgit v1.2.3