#include <assert.h>
Go to the source code of this file.
Defines | |
#define | RPMDBG_TOSTR(a) RPMDBG_TOSTR_ARG(a) |
To be included after all other includes. | |
#define | RPMDBG_TOSTR_ARG(a) #a |
#define | RPMDBG() "at: " __FILE__ ":" RPMDBG_TOSTR (__LINE__) |
#define | RPMDBG_M_DEBUG(msg) msg " " RPMDBG() |
#define | RPMDBG_M_NODEBUG(msg) NULL |
#define | RPMDBG_M(msg) RPMDBG_M_DEBUG(msg) |
#define RPMDBG | ( | ) | "at: " __FILE__ ":" RPMDBG_TOSTR (__LINE__) |
#define RPMDBG_TOSTR | ( | a | ) | RPMDBG_TOSTR_ARG(a) |