зеркало из https://github.com/github/ruby.git
Fixed the signature of find_time_numguess_getter
This commit is contained in:
Родитель
3acc81d9e4
Коммит
ef59a781d7
3
time.c
3
time.c
|
@ -3008,7 +3008,8 @@ timegm_noleapsecond(struct tm *tm)
|
|||
#define DEBUG_FIND_TIME_NUMGUESS_INC find_time_numguess++,
|
||||
static unsigned long long find_time_numguess;
|
||||
|
||||
static VALUE find_time_numguess_getter(void)
|
||||
static VALUE
|
||||
find_time_numguess_getter(ID name, VALUE *data)
|
||||
{
|
||||
return ULL2NUM(find_time_numguess);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче