Files
emacs/lib-src
Paul Eggert 84c7c6fd2b Port etags to -DDEBUG
* etags.c (xnew, xrnew) [DEBUG]: Don't include chkmalloc.h, which
is not part of Emacs and is typically not installed.
Instead, just invoke xmalloc and xrealloc as usual.
Problem reported by Nicolas Richard in:
http://bugs.gnu.org/20191#20
(xrnew): Avoid no-longer-needed cast to 'char *'.
(xrealloc): First arg is now void *, not char *.
2015-03-27 11:14:33 -07:00
..
2015-03-27 11:14:33 -07:00
2014-05-18 11:57:04 -07:00
2015-01-01 14:26:41 -08:00
2015-03-27 11:14:33 -07:00
2015-01-01 14:26:41 -08:00
2015-02-21 20:01:05 -08:00
2015-01-01 14:26:41 -08:00
2015-03-06 15:41:45 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:27:34 -08:00

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.