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

Diff for /src/include/wchar.h between version 1.2 and 1.3

version 1.2, 2005/05/11 18:44:12 version 1.3, 2005/05/18 13:48:49
Line 80 
Line 80 
 #include <stdio.h> /* for FILE* */  #include <stdio.h> /* for FILE* */
   
 #ifdef  _BSD_WCHAR_T_  #ifdef  _BSD_WCHAR_T_
   # ifndef __cplusplus
 typedef _BSD_WCHAR_T_   wchar_t;  typedef _BSD_WCHAR_T_   wchar_t;
   # endif
 #undef  _BSD_WCHAR_T_  #undef  _BSD_WCHAR_T_
 #endif  #endif
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3