Skip to content

Commit

Permalink
Add temporary define for migrating Rakudo extops
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Nov 3, 2021
1 parent c1971ad commit 92e829c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/callstack.h
Expand Up @@ -497,3 +497,6 @@ MVM_STATIC_INLINE MVMFrame * MVM_callstack_iter_current_frame(MVMThreadContext *
MVMCallStackIterator *iter) {
return MVM_callstack_record_to_frame(iter->current);
}

/* Migration to callstack-based special return in Rakudo extops. */
#define MVM_CALLSTACK_SPECIAL_RETURN 1

0 comments on commit 92e829c

Please sign in to comment.