aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-03 22:30:18 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-05 23:28:59 -0800
commita1b23954093ef8e840736f78b02659a383fe4ade (patch)
tree0862cb7cfb4bd73ee0f81066f0ea426dd25cbf79 /tool
parent6b2c3ff813a78559ab2e88495db593a54b47e995 (diff)
downloadruby-a1b23954093ef8e840736f78b02659a383fe4ade.tar.gz
Check for classes consistently
Diffstat (limited to 'tool')
-rwxr-xr-xtool/mjit/bindgen.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/mjit/bindgen.rb b/tool/mjit/bindgen.rb
index de4b91c82c..b2ec9e27bd 100755
--- a/tool/mjit/bindgen.rb
+++ b/tool/mjit/bindgen.rb
@@ -441,6 +441,7 @@ generator = BindingGenerator.new(
RUBY_T_MODULE
RUBY_T_STRING
RMODULE_IS_REFINEMENT
+ RUBY_FL_SINGLETON
],
PTR: %w[
rb_cFalseClass