aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-15 15:31:22 -0700
committerPaul Eggert2011-03-15 15:31:22 -0700
commit7bc26fdb5c3b50b29bff966a55394e730fbfadd8 (patch)
tree296eefce750c250f8352a0d291e4f09868104293 /src/ChangeLog
parentdff45157417d1620c4fb7b6c117cc89142009b69 (diff)
downloademacs-7bc26fdb5c3b50b29bff966a55394e730fbfadd8.tar.gz
emacs-7bc26fdb5c3b50b29bff966a55394e730fbfadd8.zip
* alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only if
! defined SYSTEM_MALLOC && ! defined SYNC_INPUT, as they are not needed otherwise. (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS. (GC_STRING_CHARS): Remove; not used.
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.