]> git.eshelyaron.com Git - emacs.git/commit
Fix last change to support Darwin/OSX (Bug#18354).
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 29 Aug 2014 16:21:30 +0000 (20:21 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 29 Aug 2014 16:21:30 +0000 (20:21 +0400)
commit42d819e9de99996f09c124244dc577bf264ac350
tree579e6d6222e178ad99162a9370d1bb5d15dc845d
parent69149b6cc38977bc2584541f745334d1e5b0f3dc
Fix last change to support Darwin/OSX (Bug#18354).
* sysdep.c (sort_vector_compare) [DARWIN_OS || __FreeBSD__]:
Conditionally define to match system's qsort_r signature.
(sort_vector) [DARWIN_OS || __FreeBSD__]: Likewise in call to qsort_r.
src/ChangeLog
src/fns.c