aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-16 00:45:34 -0700
committerPaul Eggert2011-03-16 00:45:34 -0700
commit1384fa33581c398a3f3393c82be071d5784b0b04 (patch)
treebc34edb080ae86d64bd0fcaf0db7729c5242ab56 /src/ChangeLog
parent1faed8ae39da845b9e39d2ce7f20ee9f4e32fc31 (diff)
downloademacs-1384fa33581c398a3f3393c82be071d5784b0b04.tar.gz
emacs-1384fa33581c398a3f3393c82be071d5784b0b04.zip
* floatfns.c (domain_error2): Define only if needed.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0ef92dbb53a..f57fa6d9e0f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-03-16 Paul Eggert <eggert@cs.ucla.edu> 12011-03-16 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * floatfns.c (domain_error2): Define only if needed.
4
3 * alloc.c (mark_backtrace): Move decl from here ... 5 * alloc.c (mark_backtrace): Move decl from here ...
4 * lisp.h: ... to here, so that it can be checked. 6 * lisp.h: ... to here, so that it can be checked.
5 7