rpm
4.11.1-rc1
|
#include <assert.h>
Go to the source code of this file.
Macros | |
#define | RPMDBG_TOSTR(a) RPMDBG_TOSTR_ARG(a) |
To be included after all other includes. More... | |
#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_M | ( | msg | ) | RPMDBG_M_DEBUG(msg) |
#define RPMDBG_TOSTR | ( | a | ) | RPMDBG_TOSTR_ARG(a) |