1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 1993-05-25 00:43:37 +00:00
parent a91526b927
commit 5b3bb7c63d

View File

@ -66,9 +66,13 @@ typedef char *pointer;
hand, the utilities in lib-src need alloca to call malloc; some of
them are very simple, and don't have an xmalloc routine.
Everybody else should just call malloc. */
Non-Emacs programs expect this to call use xmalloc.
Callers below should use malloc. */
#ifndef emacs
extern pointer malloc ();
#define malloc xmalloc
extern pointer xmalloc ();
#endif
/* Define STACK_DIRECTION if you know the direction of stack