*** empty log message ***

This commit is contained in:
Kim F. Storm 2004-06-21 22:35:00 +00:00
parent dbadb64b38
commit 3d33d9939e

View file

@ -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.