diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-19 10:09:47 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-19 10:09:47 +0000 |
commit | 8c5c997d02cfec32e047a15af738e53ba7c76068 (patch) | |
tree | 49bdf1330aa7de84ebe1df88f845efb397db96ce /gcc/acconfig.h | |
parent | 7cc452c161254fae28d2089512922c5960e88aa7 (diff) | |
download | gcc-8c5c997d02cfec32e047a15af738e53ba7c76068.tar.gz |
* configure.in: Add cpp stringify test.
* acconfig.h (HAVE_CPP_STRINGIFY): New tag.
* gengenrtl.c: Use it.
* configure, config.in: Rebuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17419 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r-- | gcc/acconfig.h | 3 |
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 |