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 | efe25b97c95aae825244f425ce6f36a5456069d2 (patch) | |
| tree | bedd318db9e043f9f735ef01194b53297ccc3807 /win32 | |
| parent | 89639219556f30466c223d57f0c6ae8de74ea96b (diff) | |
| download | ruby-efe25b97c95aae825244f425ce6f36a5456069d2.tar.gz ruby-efe25b97c95aae825244f425ce6f36a5456069d2.tar.xz ruby-efe25b97c95aae825244f425ce6f36a5456069d2.zip | |
* bcc32/Makefile.sub: backport SIZEOF_TIME_T definition from 1.9.
* win32/Makefile.sub: ditto.
* wince/Makefile.sub: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.sub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index f3d3cffd2..deddd3e76 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 |
