/* Defines XBT_XCLOG(...) which behave like XBT_CLOG(...), except that the
* given category is not passed through _XBT_LOGV before use.
*/
-#define XBT_XCLOG(c, p, ...) XBT_CLOG_((*(c)), p, __VA_ARGS__)
+#define XBT_XCLOG(c, p, ...) XBT_CLOG((*(c)), p, __VA_ARGS__)
#endif // !MISC_H