summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-11 14:25:11 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-11 14:25:12 -0800
commit94da5f7c360b64e12c55fa0be266d9f48e66e937 (patch)
tree41926227dc4246a7f5edbe5a4d66bad0038ca263 /vm_core.h
parent0c0c88d383a09fef18d8cf8a1457d1649a2cbd46 (diff)
downloadruby-94da5f7c360b64e12c55fa0be266d9f48e66e937.tar.gz
Rename builtin attr :inline to :leaf
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 53019b08a3..c6af487075 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -368,7 +368,7 @@ enum rb_iseq_type {
// Attributes specified by Primitive.attr!
enum rb_builtin_attr {
// If true, this ISeq does not call methods.
- BUILTIN_ATTR_INLINE = 0x01,
+ BUILTIN_ATTR_LEAF = 0x01,
};
struct rb_iseq_constant_body {