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

Diff for /src/include/wchar.h between version 1.20 and 1.21

version 1.20, 2011/10/16 13:20:51 version 1.21, 2011/10/16 13:22:06
Line 156 
Line 156 
 #if __ISO_C_VISIBLE >= 1999  #if __ISO_C_VISIBLE >= 1999
 float   wcstof(const wchar_t * __restrict, wchar_t ** __restrict);  float   wcstof(const wchar_t * __restrict, wchar_t ** __restrict);
 long double wcstold(const wchar_t * __restrict, wchar_t ** __restrict);  long double wcstold(const wchar_t * __restrict, wchar_t ** __restrict);
   size_t wcsftime(wchar_t * __restrict, size_t, const wchar_t *__restrict,
           const struct tm *__restrict);
 #endif  #endif
   
 #if (defined(__GNUC__) && __GNUC__ >= 2 && !defined(__STRICT_ANSI__)) || \  #if (defined(__GNUC__) && __GNUC__ >= 2 && !defined(__STRICT_ANSI__)) || \

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