diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-23 16:47:06 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-23 16:47:06 +0000 |
commit | dae336e5722a7de1d86cca945f2586c54afaf02e (patch) | |
tree | 12e55bcf7fe7763eb0be2b2327c9da6a40e9c1ea /libstdc++-v3/config.h.in | |
parent | e027ee9cdeada02090c8e0948d36acfea2c91ac6 (diff) | |
download | gcc-dae336e5722a7de1d86cca945f2586c54afaf02e.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76431 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index b2d030da06d..7d13cdab027 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -422,9 +422,6 @@ /* Define to 1 if you have the `modfl' function. */ #undef HAVE_MODFL -/* Define to 1 if you have the `nan' function. */ -#undef HAVE_NAN - /* Define to 1 if you have the <nan.h> header file. */ #undef HAVE_NAN_H |