summaryrefslogtreecommitdiff
path: root/pp_sort.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2015-10-15 14:15:57 +0100
committerDavid Mitchell <davem@iabyn.com>2016-02-03 08:59:43 +0000
commit8e7e33ef85748a7a693c09b1547c39c96575f347 (patch)
tree7a6fb2ed6ec6d7a458a98f9ecef5a75a8e4e5d5a /pp_sort.c
parent216d46f403f3bc54fccdab3202f0699506250d5a (diff)
downloadperl-8e7e33ef85748a7a693c09b1547c39c96575f347.tar.gz
move blku_old_savestack_ix to base of cxt struct
The previous commit moved the "old savestack" field of substitution contexts into the shared root of the context union. This commit does the same for all other context types
Diffstat (limited to 'pp_sort.c')
-rw-r--r--pp_sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_sort.c b/pp_sort.c
index 63214b9487..8a4bb0f759 100644
--- a/pp_sort.c
+++ b/pp_sort.c
@@ -1691,7 +1691,7 @@ PP(pp_sort)
}
}
- cx->cx_u.cx_blk.blku_old_savestack_ix = old_savestack_ix;
+ cx->cx_old_savestack_ix = old_savestack_ix;
start = p1 - max;
sortsvp(aTHX_ start, max,