Empty line between two unrelated #ifdefs.

llvm-svn: 197810
This commit is contained in:
Yaron Keren 2013-12-20 13:19:45 +00:00
parent 09021e02bc
commit 21a697b8b1
1 changed files with 1 additions and 0 deletions

View File

@ -558,6 +558,7 @@ template <unsigned> struct __static_assert_check {};
#if defined(__APPLE__) || defined(__FreeBSD__) || defined(_WIN32) || defined(__sun__) || defined(__NetBSD__)
#define _LIBCPP_LOCALE__L_EXTENSIONS 1
#endif
#ifdef __FreeBSD__
#define _DECLARE_C99_LDBL_MATH 1
#endif