home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume27 / runes / part01 / include / stddef.changes < prev    next >
Encoding:
Text File  |  1993-09-07  |  241 b   |  13 lines

  1. < #ifdef  _WCHAR_T_
  2. < typedef _WCHAR_T_       wchar_t;
  3. < #undef  _WCHAR_T_
  4. < #endif
  5.  
  6. > #ifdef  _BSD_WCHAR_T_
  7. > #ifndef _ANSI_SOURCE
  8. > typedef _BSD_WCHAR_T_  rune_t;
  9. > #endif
  10. > typedef _BSD_WCHAR_T_  wchar_t;
  11. > #undef  _BSD_WCHAR_T_
  12. > #endif
  13.