]> granicus.if.org Git - clang/commit
<float.h>: do not define DECIMAL_DIG in -std=c89 mode; this macro was added in C99.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 12 Feb 2016 01:15:33 +0000 (01:15 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 12 Feb 2016 01:15:33 +0000 (01:15 +0000)
commitd14e35f115c7e253d25928e671411766f0f3fc76
tree33ef4f5d0a7baf1083689f488ecbc9957c800bbb
parent25e062e55e631aafc84fd27cc9580d0065096c02
<float.h>: do not define DECIMAL_DIG in -std=c89 mode; this macro was added in C99.

Patch by Jorge Teixeira!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260639 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/float.h
test/Headers/float.c