diff options
| author | Paul Eggert | 2011-03-15 14:56:37 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-15 14:56:37 -0700 |
| commit | e5aab7e74931e4b4b0fd21abf4a6ea5b7f5134f4 (patch) | |
| tree | 1021a2e6d6d8dff1f7bde16072e4bf30ce349e66 /src/ChangeLog | |
| parent | 76ef09b7c8407733a7e55dd1b14e7807ba83ae5b (diff) | |
| download | emacs-e5aab7e74931e4b4b0fd21abf4a6ea5b7f5134f4.tar.gz emacs-e5aab7e74931e4b4b0fd21abf4a6ea5b7f5134f4.zip | |
* alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.
* lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
avoids undefined behavior in theory.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index aa03ad660b7..d34e3478255 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-03-15 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-15 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST. | ||
| 4 | * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this | ||
| 5 | avoids undefined behavior in theory. | ||
| 6 | |||
| 3 | * regex.c (IF_LINT): Add defn, for benefit of ../lib-src. | 7 | * regex.c (IF_LINT): Add defn, for benefit of ../lib-src. |
| 4 | 8 | ||
| 5 | Use functions, not macros, for up- and down-casing (Bug#8254). | 9 | Use functions, not macros, for up- and down-casing (Bug#8254). |