summaryrefslogtreecommitdiff
path: root/tool/mjit/bindgen.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/mjit/bindgen.rb')
-rwxr-xr-xtool/mjit/bindgen.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/mjit/bindgen.rb b/tool/mjit/bindgen.rb
index 74072e07c8..281cc903e9 100755
--- a/tool/mjit/bindgen.rb
+++ b/tool/mjit/bindgen.rb
@@ -350,6 +350,7 @@ generator = BindingGenerator.new(
UINT: %w[
BOP_AND
BOP_AREF
+ BOP_EQ
BOP_GE
BOP_GT
BOP_LE
@@ -361,6 +362,7 @@ generator = BindingGenerator.new(
ARRAY_REDEFINED_OP_FLAG
HASH_REDEFINED_OP_FLAG
INTEGER_REDEFINED_OP_FLAG
+ STRING_REDEFINED_OP_FLAG
METHOD_VISI_PRIVATE
METHOD_VISI_PROTECTED
METHOD_VISI_PUBLIC