summaryrefslogtreecommitdiff
path: root/gcc/acconfig.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>1998-01-19 02:09:47 -0800
committerRichard Henderson <rth@gcc.gnu.org>1998-01-19 02:09:47 -0800
commit7684433709df94da85d1f0daf63c20dfea142b61 (patch)
tree49bdf1330aa7de84ebe1df88f845efb397db96ce /gcc/acconfig.h
parenta3f800238166fa39d374e614828cd80e5d7b7de1 (diff)
downloadgcc-7684433709df94da85d1f0daf63c20dfea142b61.tar.gz
configure.in: Add cpp stringify test.
* configure.in: Add cpp stringify test. * acconfig.h (HAVE_CPP_STRINGIFY): New tag. * gengenrtl.c: Use it. * configure, config.in: Rebuild. From-SVN: r17419
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r--gcc/acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h
index 93214920d2e..1a3c0d4d3d7 100644
--- a/gcc/acconfig.h
+++ b/gcc/acconfig.h
@@ -1,3 +1,6 @@
+/* Define if your cpp understands the stringify operator. */
+#undef HAVE_CPP_STRINGIFY
+
/* Define if you have a working <inttypes.h> header file. */
#undef HAVE_INTTYPES_H