Format: AllC/C++CSSTextshell script Advanced Search
202: #define KASSERTMSG(e, msg) /* NOTHING */ 203: #define KASSERT(e) /* NOTHING */ 204: #else /* !lint */
43: 44: #define KASSERT(x) assert(x) 45: #endif