diff options
author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-12 01:30:15 +0000 |
---|---|---|
committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-12 01:30:15 +0000 |
commit | 3463a11129c7f5ecd17052b152ed88214fb88e00 (patch) | |
tree | bedd318db9e043f9f735ef01194b53297ccc3807 /wince | |
parent | b26cb2ed82d32a60422f34f791ceffe90e7c8a28 (diff) |
* 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
Diffstat (limited to 'wince')
-rw-r--r-- | wince/Makefile.sub | 1 |
1 files changed, 1 insertions, 0 deletions
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 |