Fixed the signature of find_time_numguess_getter
This commit is contained in:
parent
3acc81d9e4
commit
ef59a781d7
Notes:
git
2021-02-10 19:45:35 +09:00
3
time.c
3
time.c
@ -3008,7 +3008,8 @@ timegm_noleapsecond(struct tm *tm)
|
|||||||
#define DEBUG_FIND_TIME_NUMGUESS_INC find_time_numguess++,
|
#define DEBUG_FIND_TIME_NUMGUESS_INC find_time_numguess++,
|
||||||
static unsigned long long 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);
|
return ULL2NUM(find_time_numguess);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user