FreeBSD Bugzilla – Attachment 29902 Details for
Bug 50582
Define WCHAR_MIN and WCHAR_MAX in <wchar.h>
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 584 bytes, created by
Craig Rodrigues
on 2003-04-04 04:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Craig Rodrigues
Created:
2003-04-04 04:10:00 UTC
Size:
584 bytes
patch
obsolete
>Index: wchar.h >=================================================================== >RCS file: /home/ncvs/src/include/wchar.h,v >retrieving revision 1.34 >diff -u -r1.34 wchar.h >--- wchar.h 2003/03/13 06:29:53 1.34 >+++ wchar.h 2003/04/04 03:03:05 >@@ -69,6 +69,7 @@ > > #include <sys/cdefs.h> > #include <sys/_types.h> >+#include <machine/_limits.h> > > #ifndef NULL > #define NULL 0 >@@ -98,6 +99,14 @@ > > #ifndef WEOF > #define WEOF ((wint_t)-1) >+#endif >+ >+#ifndef WCHAR_MIN >+#define WCHAR_MIN __WCHAR_MIN >+#endif >+ >+#ifndef WCHAR_MAX >+#define WCHAR_MAX __WCHAR_MAX > #endif > > struct __sFILE;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 50582
: 29902