diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-10-08 20:37:44 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-10-08 20:37:44 +0000 |
| commit | 33700e640c4f738fcdd69149058b9e2d59b0e8a7 (patch) | |
| tree | 9f3ebba009d29e9bfe483a9099d8b8ce801b8ade /libcxx/include/cfloat | |
| parent | 3cb38811ea8d3f44264c89a7b8b75152dd154124 (diff) | |
| download | bcm5719-llvm-33700e640c4f738fcdd69149058b9e2d59b0e8a7.tar.gz bcm5719-llvm-33700e640c4f738fcdd69149058b9e2d59b0e8a7.zip | |
Split <float.h> out of <cfloat>.
llvm-svn: 249740
Diffstat (limited to 'libcxx/include/cfloat')
| -rw-r--r-- | libcxx/include/cfloat | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libcxx/include/cfloat b/libcxx/include/cfloat index 5fa56550fa6..176fa9de3ce 100644 --- a/libcxx/include/cfloat +++ b/libcxx/include/cfloat @@ -67,12 +67,4 @@ Macros: #pragma GCC system_header #endif -#ifndef FLT_EVAL_METHOD -#define FLT_EVAL_METHOD __FLT_EVAL_METHOD__ -#endif - -#ifndef DECIMAL_DIG -#define DECIMAL_DIG __DECIMAL_DIG__ -#endif - #endif // _LIBCPP_CFLOAT |

