summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-10 01:27:49 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-10 01:27:49 +0000
commit8564ad21d5bbb3e41ddbb083a44e3b67bc4b1439 (patch)
treef64f178c3253cacbedc18b0625c5db1b79191ab7 /gcc/config.in
parentf1a4450e505a14defffc88087875a65eefff0c78 (diff)
downloadgcc-8564ad21d5bbb3e41ddbb083a44e3b67bc4b1439.tar.gz
* acconfig.h (HAVE_VOLATILE): Insert stub for autoconf.
* alocal.m4 (GCC_C_VOLATILE): New autoconf test. * configure.in: Use GCC_C_VOLATILE. * system.h (volatile): Define as empty if no volatile support is available. * genemit.c (output_add_clobbers): Removed unused variable 'i' from generated fucntion. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19653 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 772c165e248..c1cf19947b9 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -5,6 +5,9 @@
/* Define if your cpp understands the stringify operator. */
#undef HAVE_CPP_STRINGIFY
+/* Define if your compiler understands volatile. */
+#undef HAVE_VOLATILE
+
/* Define if you have a working <inttypes.h> header file. */
#undef HAVE_INTTYPES_H