]> git.ipfire.org Git - thirdparty/make.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 25 May 1993 00:43:37 +0000 (00:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 25 May 1993 00:43:37 +0000 (00:43 +0000)
alloca.c

index 30efa5ae663f449a6cda796114112c05945d6377..c04c0efebdb512213e3095bb636bbf9d8f30b5aa 100644 (file)
--- a/alloca.c
+++ b/alloca.c
@@ -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