diff options
author | Takashi Kokubun <[email protected]> | 2024-01-23 12:09:57 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-23 20:09:57 +0000 |
commit | c84237f9531aed3b204d3fdacc2dd9d2bd4c7d81 (patch) | |
tree | 924ec7260333bb75d8780e76325d5dd0303e0729 /builtin.h | |
parent | 27c1dd8634d34bfe3592151d66b410f28ca749ce (diff) |
Rewrite Array#each in Ruby using Primitive (#9533)
Diffstat (limited to 'builtin.h')
-rw-r--r-- | builtin.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -106,6 +106,8 @@ rb_vm_lvar(rb_execution_context_t *ec, int index) #endif } +#define LOCAL_PTR(local) local ## __ptr + // dump/load struct builtin_binary { |