aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9f8c2166364..d62b1e2464b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -10,6 +10,7 @@
10 needed otherwise. 10 needed otherwise.
11 (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS. 11 (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS.
12 (GC_STRING_CHARS): Remove; not used. 12 (GC_STRING_CHARS): Remove; not used.
13 (Fmemory_limit): Cast sbrk's returned value to char *.
13 14
14 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this 15 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
15 avoids undefined behavior in theory. 16 avoids undefined behavior in theory.