aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b91221ef8f3..010f5fd95dd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,9 +1,9 @@
12014-09-18 Paul Eggert <eggert@cs.ucla.edu> 12014-09-18 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Port USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64. 3 Port USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.
4 * lisp.h (ALLOCA_FIXUP): New constant. 4 * lisp.h (USE_LOCAL_ALLOCATORS): Define only if __GNUC__ &&
5 (LOCAL_ALLOCA): New macro. 5 !__clang__. This works with GCC and with clang and is safer for
6 (local_cons, make_local_vector, make_local_string): Use them. 6 compilers we don't know about.
7 (local_cons): Rename parameter to make capture less likely. 7 (local_cons): Rename parameter to make capture less likely.
8 8
92014-09-17 Samuel Bronson <naesten@gmail.com> 92014-09-17 Samuel Bronson <naesten@gmail.com>