summaryrefslogtreecommitdiff
path: root/src/copy.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-12 11:38:43 +0000
committerJim Meyering <jim@meyering.net>2003-07-12 11:38:43 +0000
commit64521cfa9a4b76ec424a2e9c06ec6552b03c3551 (patch)
treec00ad22cb703404fffce5013f642ee97bd2bcee3 /src/copy.c
parent1b0d576996b7d1c085cd928c8593832d6f479920 (diff)
downloadcoreutils-64521cfa9a4b76ec424a2e9c06ec6552b03c3551.tar.xz
It appears that the `#pragma alloca' included via "system.h" is
adequate, since join.c uses alloca, yet lacked an in-file #pragma. Remove `#pragma alloca'.
Diffstat (limited to 'src/copy.c')
-rw-r--r--src/copy.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/copy.c b/src/copy.c
index c09ef8943..879ce4261 100644
--- a/src/copy.c
+++ b/src/copy.c
@@ -17,10 +17,6 @@
/* Extracted from cp.c and librarified by Jim Meyering. */
-#ifdef _AIX
- #pragma alloca
-#endif
-
#include <config.h>
#include <stdio.h>
#include <assert.h>