diff options
| author | Dmitry Antipov | 2014-08-29 20:28:53 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-08-29 20:28:53 +0400 |
| commit | 55412cd901f4f3c507c9626061acae7e9ced6785 (patch) | |
| tree | 02c17ef6d666b5803454060b9af5117a2ecb256a /src | |
| parent | 42d819e9de99996f09c124244dc577bf264ac350 (diff) | |
| download | emacs-55412cd901f4f3c507c9626061acae7e9ced6785.tar.gz emacs-55412cd901f4f3c507c9626061acae7e9ced6785.zip | |
Fix ChangeLog entry.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2a78c4b4fa9..b3c056edd07 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | * lisp.h (enum Lisp_Save_Type): New member SAVE_TYPE_INT_OBJ. | 9 | * lisp.h (enum Lisp_Save_Type): New member SAVE_TYPE_INT_OBJ. |
| 10 | (make_save_int_obj): Add prototype. | 10 | (make_save_int_obj): Add prototype. |
| 11 | 11 | ||
| 12 | Fix last change to support Darwin/OSX (Bug#18354). | 12 | Fix last change to support Darwin/OSX and FreeBSD (Bug#18354). |
| 13 | * sysdep.c (sort_vector_compare) [DARWIN_OS || __FreeBSD__]: | 13 | * sysdep.c (sort_vector_compare) [DARWIN_OS || __FreeBSD__]: |
| 14 | Conditionally define to match system's qsort_r signature. | 14 | Conditionally define to match system's qsort_r signature. |
| 15 | (sort_vector) [DARWIN_OS || __FreeBSD__]: Likewise in call to qsort_r. | 15 | (sort_vector) [DARWIN_OS || __FreeBSD__]: Likewise in call to qsort_r. |