aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d34e3478255..15b6cba0278 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,9 @@
12011-03-15 Paul Eggert <eggert@cs.ucla.edu> 12011-03-15 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST. 3 * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.
4 (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):
5 Rename locals to avoid shadowing.
6
4 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this 7 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
5 avoids undefined behavior in theory. 8 avoids undefined behavior in theory.
6 9