Search | Google it | Results 1 - 1 of 1 for fundef:_DIAGASSERT from t2ex/bsd_source/t2ex/network/net/include/netbsd/assert.h (0.00 seconds) |
69: # if !defined(__lint__) 70: # define _DIAGASSERT(e) (__static_cast(void,0)) 71: # else /* !__lint__ */ 72: # define _DIAGASSERT(e) 73: # endif /* __lint__ */ 75: # if __STDC__ 76: # define _DIAGASSERT(e) \ 77: ((e) ? __static_cast(void,0) : __diagassert13(__FILE__, __LINE__, \ 79: # else /* !__STDC__ */ 80: # define _DIAGASSERT(e) \ 81: ((e) ? __static_cast(void,0) : __diagassert13(__FILE__, __LINE__, \