summaryrefslogtreecommitdiffstats
path: root/include/stddef.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-07-09 05:13:30 +0000
committerobrien <obrien@FreeBSD.org>2002-07-09 05:13:30 +0000
commit76a90f7d49e9878d7c7aa0768c0301a1225d05a9 (patch)
treeacf420f0bef7948cce43fcfad7ad487a88949648 /include/stddef.h
parent40751d75aa5f2097e4eae1730f04477e85089897 (diff)
downloadFreeBSD-src-76a90f7d49e9878d7c7aa0768c0301a1225d05a9.zip
FreeBSD-src-76a90f7d49e9878d7c7aa0768c0301a1225d05a9.tar.gz
Don't define wchar_t if we are a C++ compiler.
PR: 31864, 40084
Diffstat (limited to 'include/stddef.h')
-rw-r--r--include/stddef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stddef.h b/include/stddef.h
index feb1cdc..1e8dd2e 100644
--- a/include/stddef.h
+++ b/include/stddef.h
@@ -55,10 +55,12 @@ typedef _BSD_SIZE_T_ size_t;
#undef _BSD_SIZE_T_
#endif
+#ifndef __cplusplus
#ifdef _BSD_WCHAR_T_
typedef _BSD_WCHAR_T_ wchar_t;
#undef _BSD_WCHAR_T_
#endif
+#endif
#ifndef NULL
#define NULL 0
OpenPOWER on IntegriCloud