*** empty log message ***

From-SVN: r4562
This commit is contained in:
Richard Stallman 1993-05-25 00:43:37 +00:00
parent 8c042b47af
commit 36e7e3c053
1 changed files with 6 additions and 2 deletions

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