]> Dogcows Code - chaz/tar/blobdiff - src/port.h
*** empty log message ***
[chaz/tar] / src / port.h
index 55d1c66ebc7886484b238128045ae80b3fe7fea8..481f36ab3f4aaefbf80e85e5fa37e5fc144b1543 100644 (file)
@@ -19,6 +19,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include "pathmax.h"
 
+#ifdef __GNUC__
+#define alloca __builtin_alloca
+#endif
+
 #ifdef _POSIX_VERSION
 #include <sys/wait.h>
 #else /* !_POSIX_VERSION */
This page took 0.019558 seconds and 4 git commands to generate.