Files
clang-p2996/clang/test/Headers/Inputs/usr/include/float.h
Bruno Cardoso Lopes d93779da15 [Headers] Enable #include_next<float.h> on Darwin
Allows darwin targets to provide additional definitions and
implementation specifc values for float.h

rdar://problem/21961491

llvm-svn: 289018
2016-12-08 02:13:56 +00:00

7 lines
90 B
C

#ifndef SYSFLOAT_H
#define SYSFLOAT_H
#define FLT_HAS_SUBNORM 1
#endif /* SYSFLOAT_H */