From 64521cfa9a4b76ec424a2e9c06ec6552b03c3551 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 12 Jul 2003 11:38:43 +0000 Subject: [PATCH] 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'. --- src/copy.c | 4 ---- src/cp.c | 4 ---- src/df.c | 4 ---- src/install.c | 4 ---- src/ln.c | 4 ---- src/ls.c | 4 ---- src/mv.c | 4 ---- src/remove.c | 4 ---- 8 files changed, 32 deletions(-) diff --git a/src/copy.c b/src/copy.c index c09ef89..879ce42 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 #include #include diff --git a/src/cp.c b/src/cp.c index a2cc551..72c856f 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 #include #include diff --git a/src/df.c b/src/df.c index aeeae15..136d325 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 #include #include diff --git a/src/install.c b/src/install.c index c22a9db..f92aec0 100644 --- a/src/install.c +++ b/src/install.c @@ -17,10 +17,6 @@ /* Written by David MacKenzie */ -#ifdef _AIX - #pragma alloca -#endif - #include #include #include diff --git a/src/ln.c b/src/ln.c index c653c5d..2afeb98 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 #include #include diff --git a/src/ls.c b/src/ls.c index 00924e0..2b70b6e 100644 --- a/src/ls.c +++ b/src/ls.c @@ -36,10 +36,6 @@ Flaherty based on original patches by Greg Lee . */ -#ifdef _AIX - #pragma alloca -#endif - #include #include diff --git a/src/mv.c b/src/mv.c index 0d7f742..9052a12 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 #include #include diff --git a/src/remove.c b/src/remove.c index c5cba1e..645dedf 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 #include #include -- 2.7.4