X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Falloca.c;h=836c50319d3ed2c3527c1884cd22cf4492388058;hb=7e3abbd47249138beefb283c6f63126c0eb46412;hp=55a80677f78b85d223cf96436a08af52b667fdf2;hpb=35d18110847c5cc829393fe0b28ab11d86e111ac;p=gnulib.git 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 ();