ruby/internal
Yusuke Endoh 591336a0f2 Avoid the pointer hack in RCLASS_EXT
... because GCC 13 warns it.

```
In file included from class.c:24:
In function ‘RCLASS_SET_ALLOCATOR’,
    inlined from ‘class_alloc’ at class.c:251:5,
    inlined from ‘rb_module_s_alloc’ at class.c:1045:17:
internal/class.h:159:43: warning: array subscript 0 is outside array bounds of ‘rb_classext_t[0]’ {aka ‘struct rb_classext_struct[]’} [-Warray-bounds=]
  159 |     RCLASS_EXT(klass)->as.class.allocator = allocator;
      |                                           ^
```
https://rubyci.s3.amazonaws.com/arch/ruby-master/log/20231015T030003Z.log.html.gz
2023-10-15 15:35:45 +09:00
..
2023-07-13 14:48:14 -04:00
2023-10-05 20:03:54 +09:00
2023-10-15 15:35:45 +09:00
2023-09-06 14:20:23 -04:00
2023-09-24 09:07:52 -04:00
2023-10-14 11:08:43 +09:00
2023-08-25 17:27:53 +09:00
2023-10-14 11:08:43 +09:00
2023-10-12 14:47:01 +09:00
2023-09-28 10:43:45 -07:00