aboutsummaryrefslogtreecommitdiff
path: root/include/wchar.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-07-09 05:13:30 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-07-09 05:13:30 +0000
commit6087d2441e53d0dce1541ce9554e45c0167167d7 (patch)
treeacf420f0bef7948cce43fcfad7ad487a88949648 /include/wchar.h
parent03fd39aa3db056d44cff63fd6d3adbcfe4334a19 (diff)
downloadsrc-6087d2441e53d0dce1541ce9554e45c0167167d7.tar.gz
src-6087d2441e53d0dce1541ce9554e45c0167167d7.zip
Notes
Diffstat (limited to 'include/wchar.h')
-rw-r--r--include/wchar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wchar.h b/include/wchar.h
index a27fc54484b5..df77b41baf46 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -73,10 +73,12 @@
#define NULL 0
#endif
+#ifndef __cplusplus
#ifdef _BSD_WCHAR_T_
typedef _BSD_WCHAR_T_ wchar_t;
#undef _BSD_WCHAR_T_
#endif
+#endif
#ifdef _BSD_MBSTATE_T_
typedef _BSD_MBSTATE_T_ mbstate_t;