aboutsummaryrefslogtreecommitdiff
path: root/gcc/acconfig.h
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-05-09 19:27:49 -0600
committerJeff Law <law@gcc.gnu.org>1998-05-09 19:27:49 -0600
commite9b4fabf5c41bdec0be36e37df4ff8abb4e8c346 (patch)
treef64f178c3253cacbedc18b0625c5db1b79191ab7 /gcc/acconfig.h
parent846522cbe7c4793e63082c2070055f7d10cfe1ea (diff)
downloadgcc-e9b4fabf5c41bdec0be36e37df4ff8abb4e8c346.zip
gcc-e9b4fabf5c41bdec0be36e37df4ff8abb4e8c346.tar.gz
gcc-e9b4fabf5c41bdec0be36e37df4ff8abb4e8c346.tar.bz2
acconfig.h (HAVE_VOLATILE): Insert stub for autoconf.
* 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. From-SVN: r19653
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 ea5dc51..1cd06fb 100644
--- a/gcc/acconfig.h
+++ b/gcc/acconfig.h
@@ -4,6 +4,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