mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* time.c: don't define STRUCT_WIDEVAL.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8acd03f0f7
commit
8587c246e9
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Sat Apr 3 22:47:51 2010 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
|
* time.c: don't define STRUCT_WIDEVAL.
|
||||||
|
|
||||||
Sat Apr 3 18:15:02 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Sat Apr 3 18:15:02 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* lib/rdoc/rdoc.rb (RDoc#{setup,update}_output_dir): store mtimes
|
* lib/rdoc/rdoc.rb (RDoc#{setup,update}_output_dir): store mtimes
|
||||||
|
|
1
time.c
1
time.c
|
@ -243,7 +243,6 @@ divmodv(VALUE n, VALUE d, VALUE *q, VALUE *r)
|
||||||
#define FIXWV_P(w) FIXWINT_P(WIDEVAL_GET(w))
|
#define FIXWV_P(w) FIXWINT_P(WIDEVAL_GET(w))
|
||||||
|
|
||||||
/* #define STRUCT_WIDEVAL */
|
/* #define STRUCT_WIDEVAL */
|
||||||
#define STRUCT_WIDEVAL
|
|
||||||
#ifdef STRUCT_WIDEVAL
|
#ifdef STRUCT_WIDEVAL
|
||||||
/* for type checking */
|
/* for type checking */
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in a new issue