aboutsummaryrefslogtreecommitdiff
path: root/system/include/libcxx/tgmath.h
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2013-02-17 14:29:14 +0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2013-03-25 00:34:11 +0700
commit59ff5a6a3c3e1f5255c5cf29f98df633a77b89b3 (patch)
treec7660fa62600366e3479dbf6b2fd1d25709af1b5 /system/include/libcxx/tgmath.h
parent80fd6f0bce2b95db6ec539c9275ce24585550e7c (diff)
Update to current libcxx.
This doesn't work yet as it needs to be customized for use with emscripten still.
Diffstat (limited to 'system/include/libcxx/tgmath.h')
-rw-r--r--system/include/libcxx/tgmath.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libcxx/tgmath.h b/system/include/libcxx/tgmath.h
index 2388b6ee..fbe1e824 100644
--- a/system/include/libcxx/tgmath.h
+++ b/system/include/libcxx/tgmath.h
@@ -22,6 +22,8 @@
#include <complex.h>
#include <math.h>
+#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
#pragma GCC system_header
+#endif
#endif // _LIBCPP_TGMATH_H