summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--bcc32/Makefile.sub1
-rw-r--r--win32/Makefile.sub1
-rw-r--r--wince/Makefile.sub1
4 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1f7f632ae..573b0466a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Apr 12 10:27:37 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
+
+ * bcc32/Makefile.sub: backport SIZEOF_TIME_T definition from 1.9.
+
+ * win32/Makefile.sub: ditto.
+
+ * wince/Makefile.sub: ditto.
+
Sun Apr 11 19:12:35 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ruby.c (require_libraries): restore source file/line after
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
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index f3d3cffd2d..deddd3e76c 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -217,6 +217,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
diff --git a/wince/Makefile.sub b/wince/Makefile.sub
index 8954334b2a..b7864d03bf 100644
--- a/wince/Makefile.sub
+++ b/wince/Makefile.sub
@@ -231,6 +231,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