From 3463a11129c7f5ecd17052b152ed88214fb88e00 Mon Sep 17 00:00:00 2001 From: ocean Date: Mon, 12 Apr 2004 01:30:15 +0000 Subject: * bcc32/Makefile.sub: backport SIZEOF_TIME_T definition from 1.9. * win32/Makefile.sub: ditto. * wince/Makefile.sub: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bcc32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'bcc32') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 6940890975..446dd55c22 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -224,6 +224,7 @@ config.h: \#define SIZEOF_VOIDP 4 \#define SIZEOF_FLOAT 4 \#define SIZEOF_DOUBLE 8 +\#define SIZEOF_TIME_T 4 \#define HAVE_PROTOTYPES 1 \#define TOKEN_PASTE(x,y) x\#\#y \#define HAVE_STDARG_PROTOTYPES 1 -- cgit v1.2.3