aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-15 15:09:50 -0700
committerPaul Eggert2011-03-15 15:09:50 -0700
commitdff45157417d1620c4fb7b6c117cc89142009b69 (patch)
treeb97b6ced83d24ea4e08ca23522b2839d8e370421 /src/ChangeLog
parentae35e7564b5fc774798d5e9494123a2ff0522885 (diff)
downloademacs-dff45157417d1620c4fb7b6c117cc89142009b69.tar.gz
emacs-dff45157417d1620c4fb7b6c117cc89142009b69.zip
* alloc.c (mark_stack): Move local variables into the #ifdef region where
they're used.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 15b6cba0278..34fdc1473be 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,8 @@
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): 4 (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):
5 Rename locals to avoid shadowing. 5 Rename locals to avoid shadowing.
6 (mark_stack): Move local variables into the #ifdef region where
7 they're used.
6 8
7 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this 9 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
8 avoids undefined behavior in theory. 10 avoids undefined behavior in theory.