diff options
| author | Paul Eggert | 2011-03-16 00:45:34 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-16 00:45:34 -0700 |
| commit | 1384fa33581c398a3f3393c82be071d5784b0b04 (patch) | |
| tree | bc34edb080ae86d64bd0fcaf0db7729c5242ab56 /src/ChangeLog | |
| parent | 1faed8ae39da845b9e39d2ce7f20ee9f4e32fc31 (diff) | |
| download | emacs-1384fa33581c398a3f3393c82be071d5784b0b04.tar.gz emacs-1384fa33581c398a3f3393c82be071d5784b0b04.zip | |
* floatfns.c (domain_error2): Define only if needed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
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 @@ | |||
| 1 | 2011-03-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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 | ||