diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/alloca.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/alloca.c b/lib/alloca.c index 55a80677f..836c50319 100644 --- a/lib/alloca.c +++ b/lib/alloca.c @@ -88,6 +88,7 @@ typedef char *pointer; Callers below should use malloc. */ # ifndef emacs +# undef malloc # define malloc xmalloc # endif extern pointer malloc (); |