commit | 145afa17caedb3ff6d58dfd75dd72047810190d1 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Fri Aug 23 20:10:18 2013 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Fri Aug 23 20:10:18 2013 +0000 |
tree | 82cb5907a34ebde19e7a0d88f2f8a7ecebf93526 | |
parent | f9fe6250ffef0bcf65763dfe3310a8d2cb40c212 [diff] [blame] |
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. llvm-svn: 189140
diff --git a/libcxx/src/debug.cpp b/libcxx/src/debug.cpp index e840b22..d0e8679 100644 --- a/libcxx/src/debug.cpp +++ b/libcxx/src/debug.cpp
@@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#define _LIBCPP_DEBUG2 1 +#define _LIBCPP_DEBUG 1 #include "__config" #include "__debug" #include "functional"