projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e24631b
)
Silence a compilation warning
Rafael Garcia-Suarez [Thu, 6 Jan 2005 15:49:39 +0000 (15:49 +0000)]
p4raw-id: //depot/perl@23761
pp_sort.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_sort.c
b/pp_sort.c
index
0cb4795
..
69814ae
100644
(file)
--- a/
pp_sort.c
+++ b/
pp_sort.c
@@
-365,7
+365,7
@@
S_mergesortsv(pTHX_ gptr *base, size_t nmemb, SVCOMPARE_t cmp, U32 flags)
gptr small[SMALLSORT];
gptr *which[3];
off_runs stack[60], *stackp;
- SVCOMPARE_t savecmp;
+ SVCOMPARE_t savecmp = 0;
if (nmemb <= 1) return; /* sorted trivially */