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

Diff for /src/include/stddef.h between version 1.7 and 1.8

version 1.7, 2005/04/14 20:59:10 version 1.8, 2005/05/11 18:44:12
Line 57 
Line 57 
 #undef  _BSD_WINT_T_  #undef  _BSD_WINT_T_
 #endif  #endif
   
   #ifdef  _BSD_MBSTATE_T_
   typedef _BSD_MBSTATE_T_ mbstate_t;
   #undef  _BSD_MBSTATE_T_
   #endif
   
 #ifndef NULL  #ifndef NULL
 #ifdef  __GNUG__  #ifdef  __GNUG__
 #define NULL    __null  #define NULL    __null

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8