diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2014-11-24 09:15:30 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2014-11-24 09:15:30 +0000 |
| commit | 9f4dbff6669c8037f3b036bcf580d14f1a4f12a5 (patch) | |
| tree | 47df2c12b57214af6c31e47404b005675b8b7ffc /lib/Headers/float.h | |
| parent | f73d5f23a889b93d89ddef61ac0995df40286bb8 (diff) | |
Notes
Diffstat (limited to 'lib/Headers/float.h')
| -rw-r--r-- | lib/Headers/float.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Headers/float.h b/lib/Headers/float.h index 2cb13d3ed551..02ef6bf611a3 100644 --- a/lib/Headers/float.h +++ b/lib/Headers/float.h @@ -29,7 +29,7 @@ * For more details see http://msdn.microsoft.com/en-us/library/y0ybw9fy.aspx */ #if (defined(__MINGW32__) || defined(_MSC_VER)) && \ - defined(__has_include_next) && __has_include_next(<float.h>) + __has_include_next(<float.h>) # include_next <float.h> /* Undefine anything that we'll be redefining below. */ |
