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

Diff for /src/include/stddef.h between version 1.3 and 1.4

version 1.3, 1999/06/11 22:47:48 version 1.4, 1999/11/27 13:20:25
Line 49 
Line 49 
 #endif  #endif
   
 #ifdef  _BSD_WCHAR_T_  #ifdef  _BSD_WCHAR_T_
   /* in C++, wchar_t is a built-in type */
   #ifndef __cplusplus
 typedef _BSD_WCHAR_T_   wchar_t;  typedef _BSD_WCHAR_T_   wchar_t;
 #undef  _BSD_WCHAR_T_  #undef  _BSD_WCHAR_T_
   #endif
 #endif  #endif
   
 #ifndef NULL  #ifndef NULL

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