diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2005-01-26 13:57:22 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2005-01-26 13:57:22 +0000 |
| commit | 3a1a8495d2c80f8f23c20a1958bf6f314a5d9e8a (patch) | |
| tree | ce253a4fb22e14c34b936b9232819ee83afad43f /gnu/lib | |
| parent | 44c3d0c80de9325e4ade0616c0d96b7089d0aa0b (diff) | |
Notes
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libstdc++/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/config.h b/gnu/lib/libstdc++/config.h index a34d4daeb55d..d764096083bc 100644 --- a/gnu/lib/libstdc++/config.h +++ b/gnu/lib/libstdc++/config.h @@ -261,7 +261,7 @@ #define HAVE_FLOORF 1 /* Define to 1 if you have the `floorl' function. */ -/* #undef HAVE_FLOORL */ +#define HAVE_FLOORL 1 /* Define to 1 if you have the `fmodf' function. */ #define HAVE_FMODF 1 |
