[BACK]Return to wchar.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/include/wchar.h between version 1.27.8.1 and 1.27.10.2

version 1.27.8.1, 2011/05/20 19:18:37 version 1.27.10.2, 2008/04/28 20:22:55
Line 66 
Line 66 
   
 #include <stdio.h> /* for FILE* */  #include <stdio.h> /* for FILE* */
   
 #if defined(_BSD_WCHAR_T_) && !defined(__cplusplus)  #ifdef  _BSD_WCHAR_T_
 typedef _BSD_WCHAR_T_   wchar_t;  typedef _BSD_WCHAR_T_   wchar_t;
 #undef  _BSD_WCHAR_T_  #undef  _BSD_WCHAR_T_
 #endif  #endif

Legend:
Removed from v.1.27.8.1  
changed lines
  Added in v.1.27.10.2

CVSweb <webmaster@jp.NetBSD.org>