aboutsummaryrefslogtreecommitdiff
path: root/gcc/protoize.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r--gcc/protoize.c8
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