* sizes.c (Init_sizes): Define the size of clock_t.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
36c4a3015f
commit
dac8c1e564
@ -1,3 +1,7 @@
|
|||||||
|
Sun Aug 25 21:02:15 2013 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
|
* sizes.c (Init_sizes): Define the size of clock_t.
|
||||||
|
|
||||||
Sun Aug 25 01:47:47 2013 Tanaka Akira <akr@fsij.org>
|
Sun Aug 25 01:47:47 2013 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* bignum.c (BARY_SHORT_MUL): Renamed from BARY_MUL1.
|
* bignum.c (BARY_SHORT_MUL): Renamed from BARY_MUL1.
|
||||||
|
3
sizes.c
3
sizes.c
@ -41,6 +41,9 @@ Init_sizes(void)
|
|||||||
#if SIZEOF_TIME_T != 0
|
#if SIZEOF_TIME_T != 0
|
||||||
DEFINE(time_t, TIME_T);
|
DEFINE(time_t, TIME_T);
|
||||||
#endif
|
#endif
|
||||||
|
#if SIZEOF_CLOCK_T != 0
|
||||||
|
DEFINE(clock_t, CLOCK_T);
|
||||||
|
#endif
|
||||||
#if SIZEOF_SIZE_T != 0
|
#if SIZEOF_SIZE_T != 0
|
||||||
DEFINE(size_t, SIZE_T);
|
DEFINE(size_t, SIZE_T);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user