summaryrefslogtreecommitdiff
path: root/src
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
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')
-rw-r--r--src/copy.c4
-rw-r--r--src/cp.c4
-rw-r--r--src/df.c4
-rw-r--r--src/install.c4
-rw-r--r--src/ln.c4
-rw-r--r--src/ls.c4
-rw-r--r--src/mv.c4
-rw-r--r--src/remove.c4
8 files changed, 0 insertions, 32 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>
diff --git a/src/cp.c b/src/cp.c
index a2cc551f6..72c856f55 100644
--- a/src/cp.c
+++ b/src/cp.c
@@ -17,10 +17,6 @@
Written by Torbjorn Granlund, David MacKenzie, and Jim Meyering. */
-#ifdef _AIX
- #pragma alloca
-#endif
-
#include <config.h>
#include <stdio.h>
#include <sys/types.h>
diff --git a/src/df.c b/src/df.c
index aeeae1531..136d32532 100644
--- a/src/df.c
+++ b/src/df.c
@@ -19,10 +19,6 @@
--human-readable and --megabyte options added by lm@sgi.com.
--si and large file support added by eggert@twinsun.com. */
-#ifdef _AIX
- #pragma alloca
-#endif
-
#include <config.h>
#include <stdio.h>
#include <sys/types.h>
diff --git a/src/install.c b/src/install.c
index c22a9dbaa..f92aec08d 100644
--- a/src/install.c
+++ b/src/install.c
@@ -17,10 +17,6 @@
/* Written by David MacKenzie <djm@gnu.ai.mit.edu> */
-#ifdef _AIX
- #pragma alloca
-#endif
-
#include <config.h>
#include <stdio.h>
#include <getopt.h>
diff --git a/src/ln.c b/src/ln.c
index c653c5dd4..2afeb98ca 100644
--- a/src/ln.c
+++ b/src/ln.c
@@ -17,10 +17,6 @@
/* Written by Mike Parker and David MacKenzie. */
-#ifdef _AIX
- #pragma alloca
-#endif
-
#include <config.h>
#include <stdio.h>
#include <sys/types.h>
diff --git a/src/ls.c b/src/ls.c
index 00924e08c..2b70b6e6a 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -36,10 +36,6 @@
Flaherty <dennisf@denix.elk.miles.com> based on original patches by
Greg Lee <lee@uhunix.uhcc.hawaii.edu>. */
-#ifdef _AIX
- #pragma alloca
-#endif
-
#include <config.h>
#include <sys/types.h>
diff --git a/src/mv.c b/src/mv.c
index 0d7f742c3..9052a12e4 100644
--- a/src/mv.c
+++ b/src/mv.c
@@ -17,10 +17,6 @@
/* Written by Mike Parker, David MacKenzie, and Jim Meyering */
-#ifdef _AIX
- #pragma alloca
-#endif
-
#include <config.h>
#include <stdio.h>
#include <getopt.h>
diff --git a/src/remove.c b/src/remove.c
index c5cba1e39..645dedfc0 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -17,10 +17,6 @@
/* Extracted from rm.c and librarified, then rewritten by Jim Meyering. */
-#ifdef _AIX
- #pragma alloca
-#endif
-
#include <config.h>
#include <stdio.h>
#include <sys/types.h>