aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-15 15:02:48 -0700
committerPaul Eggert2011-03-15 15:02:48 -0700
commitae35e7564b5fc774798d5e9494123a2ff0522885 (patch)
treee5d19b57de8a1f1172c588f9b1628c6140440289 /src/ChangeLog
parente5aab7e74931e4b4b0fd21abf4a6ea5b7f5134f4 (diff)
downloademacs-ae35e7564b5fc774798d5e9494123a2ff0522885.tar.gz
emacs-ae35e7564b5fc774798d5e9494123a2ff0522885.zip
* alloc.c: (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):
Rename locals to avoid shadowing.
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