diff options
| author | Paul Eggert | 2011-03-15 16:14:54 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-15 16:14:54 -0700 |
| commit | 8ef4622dd009b1d720155c7f2063f164f31a511e (patch) | |
| tree | b78b0a51a9d7d401e40bf286a5dccea656af6c2d /src/ChangeLog | |
| parent | b9b84fa9b19f892520aa9fe3479d3da03a9b0da6 (diff) | |
| download | emacs-8ef4622dd009b1d720155c7f2063f164f31a511e.tar.gz emacs-8ef4622dd009b1d720155c7f2063f164f31a511e.zip | |
* lisp.h (eassert): Check that the argument compiles, even if
ENABLE_CHECKING is not defined.
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 261805a8484..ad96221ed10 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-03-15 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-15 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * lisp.h (eassert): Check that the argument compiles, even if | ||
| 4 | ENABLE_CHECKING is not defined. | ||
| 5 | |||
| 3 | * data.c (Findirect_variable): Name an expression, to avoid | 6 | * data.c (Findirect_variable): Name an expression, to avoid |
| 4 | gcc -Wbad-function-cast warning. | 7 | gcc -Wbad-function-cast warning. |
| 5 | (default_value, arithcompare, arith_driver, arith_error): Now static. | 8 | (default_value, arithcompare, arith_driver, arith_error): Now static. |