Reapply r289181 but rename the include guard to avoid conflict with the one from Darwin. Allow darwin to provide additional definitions and implementation specifc values for tgmath.h on Apple platforms. rdar://problem/19019845 llvm-svn: 298013
5 lines
69 B
C
5 lines
69 B
C
#ifndef SYS_TGMATH_H
|
|
#define SYS_TGMATH_H
|
|
|
|
#endif /* SYS_TGMATH_H */
|