This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
wchar_t is a native C++ type, gcc picks its definition from elsewhere,
so do not redefine it. Found out by the quite picky fixinc in recent gcc. okay millert@, kettenis@
OPENBSD_3_8
espie
19 years ago
parent
320f60ca40
commit
8d57f68af7
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
src/include/wchar.h
+ 3
- 1
src/include/wchar.h
View File
@ -1,4 +1,4 @@
/* $OpenBSD: wchar.h,v 1.
2 2005/05/11 18:44:12
espie Exp $ */
/* $OpenBSD: wchar.h,v 1.
3 2005/05/18 13:48:49
espie Exp $ */
/* $NetBSD: wchar.h,v 1.16 2003/03/07 07:11:35 tshiozak Exp $ */
/*-
@ -80,7 +80,9 @@
#
include
<stdio.h> /* for FILE* */
#
ifdef _BSD_WCHAR_T_
#
ifndef __cplusplus
typedef
_BSD_WCHAR_T_
wchar_t
;
#
endif
#
undef _BSD_WCHAR_T_
#
endif
Write
Preview
Loading…
Cancel
Save