diff options
| author | Paul Eggert | 2011-03-16 00:47:02 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-16 00:47:02 -0700 |
| commit | a885e2ed791b15dc48a7024751872d2b5bc17034 (patch) | |
| tree | ebba6e97a9dd68f840c2ad5b0104bae14484f9b0 /src/ChangeLog | |
| parent | 1384fa33581c398a3f3393c82be071d5784b0b04 (diff) | |
| download | emacs-a885e2ed791b15dc48a7024751872d2b5bc17034.tar.gz emacs-a885e2ed791b15dc48a7024751872d2b5bc17034.zip | |
* floatfns.c (Ffrexp, Fldexp): Rename locals to avoid shadowing.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f57fa6d9e0f..131d2af5a49 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +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. | 3 | * floatfns.c (domain_error2): Define only if needed. |
| 4 | (Ffrexp, Fldexp): Rename locals to avoid shadowing. | ||
| 4 | 5 | ||
| 5 | * alloc.c (mark_backtrace): Move decl from here ... | 6 | * alloc.c (mark_backtrace): Move decl from here ... |
| 6 | * lisp.h: ... to here, so that it can be checked. | 7 | * lisp.h: ... to here, so that it can be checked. |