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

Diff for /src/include/wchar.h between version 1.29 and 1.30

version 1.29, 2015/04/04 18:05:05 version 1.30, 2016/09/09 18:12:37
Line 60 
Line 60 
 #define _WCHAR_H_  #define _WCHAR_H_
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   #include <sys/_null.h>
 #include <sys/_types.h>  #include <sys/_types.h>
   
 #ifndef NULL  
 #ifdef  __GNUG__  
 #define NULL    __null  
 #elif defined(__cplusplus)  
 #define NULL    0L  
 #else  
 #define NULL    ((void *)0)  
 #endif  
 #endif  
   
 #include <stdio.h> /* for FILE* */  #include <stdio.h> /* for FILE* */
   

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30