]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
[__GNUC__]: Don't define alloca to __builtin_alloca.
authorJim Meyering <jim@meyering.net>
Mon, 3 Feb 1997 04:20:22 +0000 (04:20 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 3 Feb 1997 04:20:22 +0000 (04:20 +0000)
src/system.h

index 13634fe66223057c07c917b2e10a0f34fc4e42e6..552d4c18e954c4eb28bc9ceaf5ee94a234002421 100644 (file)
@@ -287,7 +287,6 @@ char *getenv ();
 
 #ifdef __GNUC__
 # undef alloca
-# define alloca __builtin_alloca
 #else
 # ifdef HAVE_ALLOCA_H
 #  include <alloca.h>