diff options
Diffstat (limited to 'pp_sort.c')
-rw-r--r-- | pp_sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1713,7 +1713,7 @@ PP(pp_sort) /* there isn't a POPNULL ! */ POPBLOCK(cx); - cxstack_ix--; + CX_POP(cx); POPSTACK; CATCH_SET(oldcatch); } |