diff options
| author | Paul Eggert | 2012-06-17 01:21:25 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-06-17 01:21:25 -0700 |
| commit | 310fbfa8e2c800b684425a603926b19c45c9f283 (patch) | |
| tree | 33ad405dd358dad0552b5e06ae30359f1cb2abd3 /src/ChangeLog | |
| parent | 27bb1ca4b00cb47153db3016ced27c0327932fce (diff) | |
| download | emacs-310fbfa8e2c800b684425a603926b19c45c9f283.tar.gz emacs-310fbfa8e2c800b684425a603926b19c45c9f283.zip | |
* lisp.h (eassert): Assume C89 or later.
This removes the need for CHECK.
(CHECK): Remove. Its comments about always evaluating its
argument were confusing, as 'eassert' typically does not evaluate
its argument.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ded14de2c41..84be53f43d6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2012-06-17 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-06-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * lisp.h (eassert): Assume C89 or later. | ||
| 4 | This removes the need for CHECK. | ||
| 5 | (CHECK): Remove. Its comments about always evaluating its | ||
| 6 | argument were confusing, as 'eassert' typically does not evaluate | ||
| 7 | its argument. | ||
| 8 | |||
| 3 | * coding.c (produce_chars): Use ptrdiff_t, not int. | 9 | * coding.c (produce_chars): Use ptrdiff_t, not int. |
| 4 | 10 | ||
| 5 | * xterm.c (x_draw_underwave): Check for integer overflow. | 11 | * xterm.c (x_draw_underwave): Check for integer overflow. |