1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* time.c: need to declare time_utc_offset.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2006-07-27 09:14:38 +00:00
parent 10496cefeb
commit a78b09b110
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Thu Jul 27 18:12:12 2006 WATANABE Hirofumi <eban@ruby-lang.org>
* time.c: need to declare time_utc_offset.
Thu Jul 27 17:01:01 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
* io.c (io_close): always calls "close" method of the receiver.

1
time.c
View file

@ -21,6 +21,7 @@
#include <math.h>
VALUE rb_cTime;
static VALUE time_utc_offset _((VALUE));
struct time_object {
struct timeval tv;