diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-09-06 18:46:46 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-09-06 18:46:46 +0000 |
| commit | 61b9a7258a7693d7f3674a5a1daf7b036ff1d382 (patch) | |
| tree | ec41ed70ffca97240e76f9a78bb2dedba28f310c /include/__refstring | |
| parent | f857581820d15e410e9945d2fcd5f7163be25a96 (diff) | |
Notes
Diffstat (limited to 'include/__refstring')
| -rw-r--r-- | include/__refstring | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/__refstring b/include/__refstring index 6866bf1b9736e..61ccc75122a5a 100644 --- a/include/__refstring +++ b/include/__refstring @@ -13,7 +13,7 @@ #include <__config> #include <cstddef> #include <cstring> -#if __APPLE__ +#ifdef __APPLE__ #include <dlfcn.h> #include <mach-o/dyld.h> #endif @@ -49,7 +49,7 @@ private: return data + sizeof(*rep); } -#if __APPLE__ +#ifdef __APPLE__ static const char* compute_gcc_empty_string_storage() _NOEXCEPT |
