aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-09-07 10:24:08 +0300
committerEli Zaretskii2012-09-07 10:24:08 +0300
commitbc8000ff702f2161253c1f5b54313e32619a2a44 (patch)
tree5d479fd943ff89ac242dff78c22cd41694ec4d81 /src/ChangeLog
parentb4fa72f2796476e089a57545e0d6dce912b504d3 (diff)
downloademacs-bc8000ff702f2161253c1f5b54313e32619a2a44.tar.gz
emacs-bc8000ff702f2161253c1f5b54313e32619a2a44.zip
Fix compilation failure under ENABLE_CHECKING.
src/alloc.c [ENABLE_CHECKING]: Include signal.h, since we need SIGABRT. Fixes: debbugs:12327
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5c9d350d7bb..1ff58232538 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12012-09-07 Eli Zaretskii <eliz@gnu.org>
2
3 * alloc.c [ENABLE_CHECKING]: Include signal.h, since we need SIGABRT.
4
12012-09-07 Dmitry Antipov <dmantipov@yandex.ru> 52012-09-07 Dmitry Antipov <dmantipov@yandex.ru>
2 6
3 * alloc.c (mark_buffer): Revert unsafe marking optimization. 7 * alloc.c (mark_buffer): Revert unsafe marking optimization.