X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/fc4bb1230ea04ba36b98d28014599448baa82e90..12e59929e245bea0ff6c222eb006866affcaf649:/popt/system.h diff --git a/popt/system.h b/popt/system.h index f835a58e..50cecaf5 100644 --- a/popt/system.h +++ b/popt/system.h @@ -85,7 +85,7 @@ char *alloca(size_t size); # endif # endif # endif -#elif defined(__GNUC__) && defined(__STRICT_ANSI__) +#elif !defined(alloca) #define alloca __builtin_alloca #endif