Mercurial > emacs
view lib-src/README @ 45235:66271fa0bf60
(current_minor_maps): Fixed resizing of cmm_maps;
only update cmm_size if realloc actually succeeds.
Testing with initial size of 2 elements revealed that using
realloc on GNU/Linux would cause a random trap in xmalloc
later on, so I rewrote the code to use malloc/bcopy/free instead
of realloc.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 10 May 2002 23:57:14 +0000 |
parents | 1b8338fd30cd |
children | 47bf5f5df3c9 |
line wrap: on
line source
This directory contains the source code for the architecture-dependent files that go in ../arch-lib. At present, these are mostly utility programs used by Emacs.