Bug 50582

Summary: Define WCHAR_MIN and WCHAR_MAX in <wchar.h>
Product: Base System Reporter: Craig Rodrigues <rodrigc>
Component: standardsAssignee: freebsd-standards (Nobody) <standards>
Status: Closed FIXED    
Severity: Affects Only Me CC: mike
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Craig Rodrigues 2003-04-04 04:10:00 UTC
FreeBSD's <wchar.h> needs to define WCHAR_MIN and WCHAR_MAX.
After discussions with Mike Barcroft, I submitted PR 50523
( http://www.freebsd.org/cgi/query-pr.cgi?pr=50523 ) to deprecate
<machine/limits.h> and create a private header <machine/_limits.h> and
a public header <sys/limits.h>.  After the patch 50523 is applied,
then this patch can be applied to define WCHAR_MIN and WCHAR_MAX in <wchar.h>
Comment 1 Craig Rodrigues 2003-05-28 23:21:52 UTC
Hi,

This PR can be closed.
kan@ committed the following:

kan         2003/04/28 15:40:05 PDT

  FreeBSD src repository

  Modified files:
    include              wchar.h 
  Log:
  Add definitions for WCHAR_MIN and WCHAR_MAX.
  
  Revision  Changes    Path
  1.35      +6 -0      src/include/wchar.h


-- 
Craig Rodrigues        
http://home.attbi.com/~rodrigc
rodrigc@attbi.com
Comment 2 Maxim Konovalov freebsd_committer freebsd_triage 2003-05-29 08:03:43 UTC
State Changed
From-To: open->closed

Fixed, thanks.