diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-12-15 02:33:11 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2005-12-15 02:33:11 +0000 |
commit | 8535f7f6ae50d0da357b4c25ec59ab4a2213bd76 (patch) | |
tree | 33d6f3908499a45daad97d9352a01d484d3695ac /pp_sort.c | |
parent | a882b6a267ba65cf612aaa239eac8f9b5fb407c4 (diff) | |
download | perl-8535f7f6ae50d0da357b4c25ec59ab4a2213bd76.tar.gz |
Reverting change #26360 and #26361 since it appears that the bugs I
thought I fixed had been previously fixed with change #25953.
p4raw-link: @26360 on //depot/perl: f7ae8051c95a2bdf42aad8ef8cbdb82f5608126f
p4raw-link: @25953 on //depot/perl: 9850bf21fc4ed69d8ddb0293df59411f891c62df
p4raw-id: //depot/perl@26362
Diffstat (limited to 'pp_sort.c')
-rw-r--r-- | pp_sort.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1686,7 +1686,6 @@ PP(pp_sort) PL_stack_sp = newsp; POPSTACK; CATCH_SET(oldcatch); - FREETMPS; } else { MEXTEND(SP, 20); /* Can't afford stack realloc on signal. */ |