Ignore:
Timestamp:
Oct 29, 2011, 4:57:45 PM (14 years ago)
Author:
dmik
Message:

common: Suppress mangling of kAssertMsg.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/tools/common/kTypes.h

    r21759 r21761  
    198198    ((expr) ? (void)0 : (kAssertMsg(#expr, __FILE__, __LINE__, __FUNCTION__) ? INT3() : (void)0))
    199199
     200#ifdef __cplusplus
     201extern "C"
     202#endif
    200203KBOOL KLIBCALL kAssertMsg(const char *pszExpr, const char *pszFilename, unsigned uLine, const char *pszFunction);
    201204
Note: See TracChangeset for help on using the changeset viewer.