]> Dogcows Code - chaz/tar/commitdiff
(malloc): Undef before defining.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 16 Feb 2001 18:57:56 +0000 (18:57 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 16 Feb 2001 18:57:56 +0000 (18:57 +0000)
lib/alloca.c

index 55a80677f78b85d223cf96436a08af52b667fdf2..836c50319d3ed2c3527c1884cd22cf4492388058 100644 (file)
@@ -88,6 +88,7 @@ typedef char *pointer;
    Callers below should use malloc.  */
 
 #  ifndef emacs
+#   undef malloc
 #   define malloc xmalloc
 #  endif
 extern pointer malloc ();
This page took 0.025971 seconds and 4 git commands to generate.