changeset 56197:fb8588385aac

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 21 Jun 2004 22:35:00 +0000
parents abdb38fe88c5
children a803de48faef
files src/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Jun 21 21:55:56 2004 +0000
+++ b/src/ChangeLog	Mon Jun 21 22:35:00 2004 +0000
@@ -1,3 +1,11 @@
+2004-06-22  Kim F. Storm  <storm@cua.dk>
+
+	* lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
+	Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
+	in that memory area are unknown to GC.  Add comments.
+
+	* fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
+
 2004-06-21  Kim F. Storm  <storm@cua.dk>
 
 	* lisp.h (MAX_ALLOCA): Define here.