diff options
author | Kazuki Tsujimoto <[email protected]> | 2020-05-04 13:17:45 +0900 |
---|---|---|
committer | Kazuki Tsujimoto <[email protected]> | 2020-05-04 13:27:25 +0900 |
commit | d6389224da5aac0b36299cc6d968837407fdfe2c (patch) | |
tree | 62e34e2db56316fc602e17aeba54b087d6e558c1 /compile.c | |
parent | b7e1eda932c74196d58e6b63644200b764b5453e (diff) |
Fix pseudo code for NODE_ARYPTN, NODE_HSHPTN
Due to the change in 3893a8dd42fb3bbd71750648c3c0de118955a6ea,
there is no longer a need to put true/false.
Diffstat (limited to 'compile.c')
-rw-r--r-- | compile.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5635,7 +5635,6 @@ iseq_compile_pattern_each(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *c * goto match_failed * end * end - * true * goto matched * type_error: * FrozenCore.raise TypeError @@ -5806,7 +5805,6 @@ iseq_compile_pattern_each(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *c * end * end * end - * true * goto matched * type_error: * FrozenCore.raise TypeError |