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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

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

version 1.2, 1993/08/01 18:45:18 version 1.3, 1994/05/21 09:42:10
Line 39 
Line 39 
   
 #include <machine/ansi.h>  #include <machine/ansi.h>
   
 typedef _PTRDIFF_T_     ptrdiff_t;  typedef _BSD_PTRDIFF_T_ ptrdiff_t;
   
 #ifdef  _SIZE_T_  #ifdef  _BSD_SIZE_T_
 typedef _SIZE_T_        size_t;  typedef _BSD_SIZE_T_    size_t;
 #undef  _SIZE_T_  #undef  _BSD_SIZE_T_
 #endif  #endif
   
 #ifdef  _WCHAR_T_  #ifdef  _BSD_WCHAR_T_
 typedef _WCHAR_T_       wchar_t;  typedef _BSD_WCHAR_T_   wchar_t;
 #undef  _WCHAR_T_  #undef  _BSD_WCHAR_T_
 #endif  #endif
   
 #ifndef NULL  #ifndef NULL

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

CVSweb <webmaster@jp.NetBSD.org>