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

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

version 1.6, 2003/06/02 19:34:12 version 1.7, 2005/04/14 20:59:10
Line 52 
Line 52 
 #endif  #endif
 #endif  #endif
   
   #ifdef  _BSD_WINT_T_
   typedef _BSD_WINT_T_    wint_t;
   #undef  _BSD_WINT_T_
   #endif
   
 #ifndef NULL  #ifndef NULL
 #ifdef  __GNUG__  #ifdef  __GNUG__
 #define NULL    __null  #define NULL    __null

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