diff options
author | theraven <theraven@FreeBSD.org> | 2013-02-07 13:09:19 +0000 |
---|---|---|
committer | theraven <theraven@FreeBSD.org> | 2013-02-07 13:09:19 +0000 |
commit | fab14d3df75fc3af83c06ed85bb9c068f1144351 (patch) | |
tree | d1f057460d329356b56f67bf5740b7393c925844 /src/debug.cpp | |
parent | 3deb12eac5b63fcfb8306b76b41032a9083ae563 (diff) | |
download | FreeBSD-src-fab14d3df75fc3af83c06ed85bb9c068f1144351.zip FreeBSD-src-fab14d3df75fc3af83c06ed85bb9c068f1144351.tar.gz |
Import new libc++ to vendor branch.
Diffstat (limited to 'src/debug.cpp')
-rw-r--r-- | src/debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.cpp b/src/debug.cpp index b8af4dd..f3a0262 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -23,7 +23,7 @@ __get_db() { static __libcpp_db db; return &db; -}; +} _LIBCPP_VISIBLE const __libcpp_db* |