diff options
| author | Eli Zaretskii | 2013-09-23 11:25:48 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-09-23 11:25:48 +0300 |
| commit | cd548fa41b9d298bea8e09b57655e20887d2e922 (patch) | |
| tree | ee9f51a8f779b4fa2d25966e9c602439706d376b /src/ChangeLog | |
| parent | 8762e52438d46d81e518179e4f9bd8a939463ddb (diff) | |
| download | emacs-cd548fa41b9d298bea8e09b57655e20887d2e922.tar.gz emacs-cd548fa41b9d298bea8e09b57655e20887d2e922.zip | |
Fix the definition of 'assume' for GCC older than 4.5.
src/conf_post.h (__has_builtin): Define to zero, if undefined, on
all platforms, not just for clang.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 29cd8676584..093368568c2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-09-23 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * conf_post.h (__has_builtin): Define to zero, if undefined, on | ||
| 4 | all platforms, not just for clang. | ||
| 5 | |||
| 1 | 2013-09-23 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2013-09-23 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * filelock.c (lock_file_1): Rearrange to remove compiler warning | 8 | * filelock.c (lock_file_1): Rearrange to remove compiler warning |