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

Diff for /src/include/assert.h between version 1.14 and 1.15

version 1.14, 2020/09/05 10:41:31 version 1.15, 2020/09/06 12:57:25
Line 62 
Line 62 
 #ifndef _ASSERT_H_  #ifndef _ASSERT_H_
 #define _ASSERT_H_  #define _ASSERT_H_
   
 #if __ISO_C_VISIBLE >= 2011 && !defined(__cplusplus)  #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112
 #define static_assert _Static_assert  #define static_assert _Static_assert
 #endif  #endif
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15