summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-08-16 13:52:17 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-08-16 15:36:37 +0900
commit54199a3f5f77f7aacfea37d2378e82f41c6a5510 (patch)
tree5169f5f28ccf9d81af24376fe34659cd60fc20df /gc.c
parent5087a6a9244066f966b1d213142258f01a4bbd13 (diff)
Use `VALUE` instead of `intptr_t`
On emscripten `intptr_t`, `uintptr_t`, `ptrdiff_t` and so on are defined as `long`, but `PRIdPTR` and so on defined as `int`.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4745
Diffstat (limited to 'gc.c')
0 files changed, 0 insertions, 0 deletions