commit | 5e57142c5902c3f73a6fdcb8cab55e88ffb43a56 | [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 | 644e1897af5b2c3578aae5d27dc12a67387da0c2 | |
parent | 5d5f9f97867938df99f5a7b7dfa58018173cd595 [diff] |
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@189140 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/src/debug.cpp b/src/debug.cpp index e840b22..d0e8679 100644 --- a/src/debug.cpp +++ b/src/debug.cpp
@@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#define _LIBCPP_DEBUG2 1 +#define _LIBCPP_DEBUG 1 #include "__config" #include "__debug" #include "functional"