aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 34fdc1473be..9f8c2166364 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,11 @@
5 Rename locals to avoid shadowing. 5 Rename locals to avoid shadowing.
6 (mark_stack): Move local variables into the #ifdef region where 6 (mark_stack): Move local variables into the #ifdef region where
7 they're used. 7 they're used.
8 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only if
9 ! defined SYSTEM_MALLOC && ! defined SYNC_INPUT, as they are not
10 needed otherwise.
11 (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS.
12 (GC_STRING_CHARS): Remove; not used.
8 13
9 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this 14 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
10 avoids undefined behavior in theory. 15 avoids undefined behavior in theory.