diff options
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. |