зеркало из https://github.com/github/ruby.git
* 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:
Родитель
10496cefeb
Коммит
a78b09b110
|
@ -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
1
time.c
|
@ -21,6 +21,7 @@
|
|||
#include <math.h>
|
||||
|
||||
VALUE rb_cTime;
|
||||
static VALUE time_utc_offset _((VALUE));
|
||||
|
||||
struct time_object {
|
||||
struct timeval tv;
|
||||
|
|
Загрузка…
Ссылка в новой задаче