diff options
author | Richard Stallman <rms@gnu.org> | 1993-02-27 19:13:32 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-02-27 19:13:32 +0000 |
commit | ac4b1974463f134a9940e43163e652f63074982e (patch) | |
tree | 33f1757d612f9fb00319ab3f49eec6f7941242f8 /gcc | |
parent | c74d558306c65969cfda934856e17e834bb0cbdd (diff) | |
download | gcc-ac4b1974463f134a9940e43163e652f63074982e.zip gcc-ac4b1974463f134a9940e43163e652f63074982e.tar.gz gcc-ac4b1974463f134a9940e43163e652f63074982e.tar.bz2 |
(USE_C_ALLOCA): Moved to xm-pbd.h.
From-SVN: r3558
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/pbd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/sparc/pbd.h b/gcc/config/sparc/pbd.h index 8a81b4b..73c56db 100644 --- a/gcc/config/sparc/pbd.h +++ b/gcc/config/sparc/pbd.h @@ -104,11 +104,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ } */ -#ifndef __GNUC__ -#define USE_C_ALLOCA -#endif - - #undef ASM_OUTPUT_LABELREF #define ASM_OUTPUT_LABELREF(FILE,NAME) \ fprintf (FILE, "%s", NAME) |