aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixinc/gnu-regex.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2003-06-17 14:10:01 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2003-06-17 14:10:01 +0000
commita54928c932f801c4621b1643a4982809d1461fb9 (patch)
tree7fe37d5e808d1ce77fc6651af3f26f24ca275089 /gcc/fixinc/gnu-regex.c
parent99657762e91e7056f19b8773d5e84b08eeb93a55 (diff)
downloadgcc-a54928c932f801c4621b1643a4982809d1461fb9.zip
gcc-a54928c932f801c4621b1643a4982809d1461fb9.tar.gz
gcc-a54928c932f801c4621b1643a4982809d1461fb9.tar.bz2
alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
gcc: * alloc-pool.c: Don't check HAVE_LONG_DOUBLE. * fixinc/gnu-regex.c: Don't define `volatile'. * ggc-page.c: Don't check HAVE_LONG_DOUBLE. * ggc-simple.c: Likewise. * system.h: Don't define `volatile'. * aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete. * configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't call these macros. * config.in, configure: Regenerated. include: * ansidecl.h: Delete HAVE_LONG_DOUBLE GCC bootstrap support. From-SVN: r68085
Diffstat (limited to 'gcc/fixinc/gnu-regex.c')
-rw-r--r--gcc/fixinc/gnu-regex.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/fixinc/gnu-regex.c b/gcc/fixinc/gnu-regex.c
index 790f87e..3863a99 100644
--- a/gcc/fixinc/gnu-regex.c
+++ b/gcc/fixinc/gnu-regex.c
@@ -78,10 +78,6 @@
# define gettext_noop(String) String
#endif
-# if !defined(volatile) && !defined(HAVE_VOLATILE)
-# define volatile
-# endif
-
/* If we are not linking with Emacs proper,
we can't use the relocating allocator
even if config.h says that we can. */