summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-11 20:46:58 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-11 20:47:08 -0800
commit46a3634bcf1df7b39320cab6b6324f35cd5dd073 (patch)
tree7a430396f74dd24b1fb92ad6088bc7537f93ac31 /tool
parentc6bea54c70ca4deabba1b028b1dd0dbdc7c0680c (diff)
downloadruby-46a3634bcf1df7b39320cab6b6324f35cd5dd073.tar.gz
RJIT: Use SIZET macros instead of original PTR ones
Diffstat (limited to 'tool')
-rwxr-xr-xtool/rjit/bindgen.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/rjit/bindgen.rb b/tool/rjit/bindgen.rb
index f3504a9958..d4712c416a 100755
--- a/tool/rjit/bindgen.rb
+++ b/tool/rjit/bindgen.rb
@@ -443,7 +443,7 @@ generator = BindingGenerator.new(
RUBY_FL_SINGLETON
RSTRUCT_EMBED_LEN_MASK
],
- PTR: %w[
+ SIZET: %w[
rb_cFalseClass
rb_cFloat
rb_cInteger