[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.19 and 1.20

version 1.19, 2016/03/20 14:11:49 version 1.20, 2016/03/20 16:26:06
Line 67  typedef _BSD_WCHAR_T_ wchar_t;
Line 67  typedef _BSD_WCHAR_T_ wchar_t;
     (&reinterpret_cast<const volatile char &>(static_cast<type *>(0)->member))))      (&reinterpret_cast<const volatile char &>(static_cast<type *>(0)->member))))
 #endif  #endif
   
 #if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) \  #if (__STDC_VERSION__ - 0) >= 201112L || (__cplusplus - 0) >= 201103L
   || (defined(__cplusplus) && __cplusplus >= 201103L)  
 typedef union {  typedef union {
         void *_v;          void *_v;
         long double _ld;          long double _ld;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb <webmaster@jp.NetBSD.org>