Changeset 21761 for branches/gcc-kmk/tools
- Timestamp:
- Oct 29, 2011, 4:57:45 PM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/tools/common/kTypes.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/tools/common/kTypes.h
r21759 r21761 198 198 ((expr) ? (void)0 : (kAssertMsg(#expr, __FILE__, __LINE__, __FUNCTION__) ? INT3() : (void)0)) 199 199 200 #ifdef __cplusplus 201 extern "C" 202 #endif 200 203 KBOOL KLIBCALL kAssertMsg(const char *pszExpr, const char *pszFilename, unsigned uLine, const char *pszFunction); 201 204
Note:
See TracChangeset
for help on using the changeset viewer.
