diff options
author | DJ Delorie <dj@redhat.com> | 2003-06-17 16:31:07 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-06-17 16:31:07 +0000 |
commit | 5cb2c7c4476181a521d3f68e4c9c3ada7404f1ea (patch) | |
tree | 7d8a651b88b21c62deb2ac5099c614a7d7f12838 /include/ansidecl.h | |
parent | 1a38736e6c8ef0dce69214811f3c2a43c409d69b (diff) | |
download | gdb-5cb2c7c4476181a521d3f68e4c9c3ada7404f1ea.zip gdb-5cb2c7c4476181a521d3f68e4c9c3ada7404f1ea.tar.gz gdb-5cb2c7c4476181a521d3f68e4c9c3ada7404f1ea.tar.bz2 |
merge from gcc
Diffstat (limited to 'include/ansidecl.h')
-rw-r--r-- | include/ansidecl.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/ansidecl.h b/include/ansidecl.h index f8f2d73..d2c8776 100644 --- a/include/ansidecl.h +++ b/include/ansidecl.h @@ -312,15 +312,4 @@ So instead we use the macro below and test it against specific values. */ #define __extension__ #endif -/* Bootstrap support: Adjust certain macros defined by Autoconf, - which are only valid for the stage1 compiler. If we detect - a modern version of GCC, we are probably in stage2 or beyond, - so unconditionally reset the values. Note that const, inline, - etc. have been dealt with above. */ -#if (GCC_VERSION >= 2007) -# ifndef HAVE_LONG_DOUBLE -# define HAVE_LONG_DOUBLE 1 -# endif -#endif /* GCC >= 2.7 */ - #endif /* ansidecl.h */ |