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:
parent
c43a1ff693
commit
c87a7e0f2c
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ typedef char *pointer;
|
|||
|
||||
Callers below should use malloc. */
|
||||
|
||||
#ifndef emacs
|
||||
#ifdef emacs
|
||||
#define malloc xmalloc
|
||||
#endif
|
||||
extern pointer malloc ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue