aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libmath/mathconf.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2004-01-23 16:47:06 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2004-01-23 16:47:06 +0000
commit129057c1eebb4bb56dcc8471fe3d0fbf1f054597 (patch)
tree12e55bcf7fe7763eb0be2b2327c9da6a40e9c1ea /libstdc++-v3/libmath/mathconf.h
parent0bfb39efecda063244731c8d63ae25eb834acf57 (diff)
downloadgcc-129057c1eebb4bb56dcc8471fe3d0fbf1f054597.zip
gcc-129057c1eebb4bb56dcc8471fe3d0fbf1f054597.tar.gz
gcc-129057c1eebb4bb56dcc8471fe3d0fbf1f054597.tar.bz2
re PR c/13814 (rejects different prototypes than builtin function)
PR c/13814 * config/linker-map.gnu (nan): Delete. * libmath/mathconf.h (NAN, nan): Delete. * linkage.m4 (nan): Don't check for it. * libmath/nan.c: Delete file. * config.h.in, configure: Regenerate. From-SVN: r76431
Diffstat (limited to 'libstdc++-v3/libmath/mathconf.h')
-rw-r--r--libstdc++-v3/libmath/mathconf.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libstdc++-v3/libmath/mathconf.h b/libstdc++-v3/libmath/mathconf.h
index 087631a..cd8c92a 100644
--- a/libstdc++-v3/libmath/mathconf.h
+++ b/libstdc++-v3/libmath/mathconf.h
@@ -79,11 +79,6 @@ typedef int Int64_t __attribute ((mode (DI)));
# include <nan.h>
#endif
-#ifndef NAN
-# define NAN (nan())
-double nan (void);
-#endif
-
#ifdef HAVE_IEEEFP_H
# include <ieeefp.h>
#endif