diff options
| author | Paul Eggert | 2011-05-04 00:20:46 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-04 00:20:46 -0700 |
| commit | aab2b9b5abaa4862b2814929c31035e7920f5e21 (patch) | |
| tree | cabff32181b1853df25a1ba885d35a557f315979 /src/ChangeLog | |
| parent | c378da0b47eb8c26fc8da4d89e128ee3c73537de (diff) | |
| download | emacs-aab2b9b5abaa4862b2814929c31035e7920f5e21.tar.gz emacs-aab2b9b5abaa4862b2814929c31035e7920f5e21.zip | |
* term.c (vfatal): Remove stray call to va_end.
It's not needed and the C Standard doesn't allow it here anyway.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a1aa19e6f2e..c0d81fc1248 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-05-04 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-05-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * term.c (vfatal): Remove stray call to va_end. | ||
| 4 | It's not needed and the C Standard doesn't allow it here anyway. | ||
| 5 | |||
| 3 | Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux. | 6 | Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux. |
| 4 | * eval.c (verror): doprnt a copy of ap, not the original. (Bug#8545) | 7 | * eval.c (verror): doprnt a copy of ap, not the original. (Bug#8545) |
| 5 | 8 | ||