1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00

(malloc) [emacs]: Define as xmalloc.

This commit is contained in:
Gerd Moellmann 2000-07-14 18:00:36 +00:00
parent c43a1ff693
commit c87a7e0f2c

View file

@ -88,7 +88,7 @@ typedef char *pointer;
Callers below should use malloc. */
#ifndef emacs
#ifdef emacs
#define malloc xmalloc
#endif
extern pointer malloc ();