diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1998-05-12 07:36:02 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1998-05-12 07:36:02 +0000 |
commit | d4ba0ead26158841f25581b7fadeab674518f828 (patch) | |
tree | 2fb587af1efbd13fd4d86070aee5d3a4a36998c6 /gcc/protoize.c | |
parent | 7bc6a9ffaa55bd7593fe04984a46e2dc8f7175b5 (diff) | |
download | gcc-d4ba0ead26158841f25581b7fadeab674518f828.zip gcc-d4ba0ead26158841f25581b7fadeab674518f828.tar.gz gcc-d4ba0ead26158841f25581b7fadeab674518f828.tar.bz2 |
Consolidate support for "String-ification" into system.h:
* system.h: Define the STRINGIFY macro here.
* protoize.c: Not here.
* gengenrtl.c (DEF_RTL_EXPR): Use the STRINGIFY macro.
From-SVN: r19696
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r-- | gcc/protoize.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c index 4b5b13f..e5048c0 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -201,14 +201,6 @@ extern size_t strlen () #define NONCONST -/* Define a STRINGIFY macro that's right for ANSI or traditional C. */ - -#if defined(HAVE_CPP_STRINGIFY) || (defined(__GNUC__) && defined(__STDC__)) -#define STRINGIFY(STRING) #STRING -#else -#define STRINGIFY(STRING) "STRING" -#endif - /* Define a default place to find the SYSCALLS.X file. */ #ifndef STD_PROTO_DIR |