summaryrefslogtreecommitdiff
path: root/gcc/acconfig.h
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-22 14:23:22 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-22 14:23:22 +0000
commit11e01324589a2b6e90ecfe0759cfaaa153c9ca11 (patch)
tree18937a41ec03788e260cae33ca8f438ac7b21fd2 /gcc/acconfig.h
parent5404a0e7afcfe580c31f55a2d0e05a6f571e0564 (diff)
downloadgcc-11e01324589a2b6e90ecfe0759cfaaa153c9ca11.tar.gz
* configure.in (AC_PREREQ): Bump to 2.13.
(AC_C_STRINGIZE): Call this instead of using a custom macro. * gansidecl.h (HAVE_STRINGIZE): Define, if stage2 gcc && __STDC__. * system.h (HAVE_STRINGIZE): Test this instead of HAVE_CPP_STRINGIFY. * acconfig.h (HAVE_CPP_STRINGIFY): Delete. * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Delete. (HAVE_STRINGIZE): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29590 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r--gcc/acconfig.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h
index 8cee4687e58..07210fc16bc 100644
--- a/gcc/acconfig.h
+++ b/gcc/acconfig.h
@@ -23,9 +23,6 @@
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
#undef HAVE_GETTEXT
-/* Define if your cpp understands the stringify operator. */
-#undef HAVE_CPP_STRINGIFY
-
/* Define if your compiler understands volatile. */
#undef HAVE_VOLATILE