Nobuyoshi Nakada 1fd0a1b4ce
Fix sign-conversion warning
```
../../.././include/ruby/internal/special_consts.h:349:36: error: conversion to ‘VALUE’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Werror=sign-conversion]
  349 |     return RB_SPECIAL_CONST_P(obj) * RUBY_Qtrue;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
```
2024-08-11 16:04:37 +09:00
..
2024-08-11 16:04:37 +09:00
2024-06-21 09:25:00 +09:00
2024-06-07 10:42:41 +09:00
2023-12-21 20:34:49 -05:00
2024-02-21 15:38:29 +09:00
2023-12-25 18:13:40 +09:00