2 * To be included after all other includes.
13 #define RPMDBG_TOSTR(a) RPMDBG_TOSTR_ARG(a)
14 #define RPMDBG_TOSTR_ARG(a) #a
16 #define RPMDBG() "at: " __FILE__ ":" RPMDBG_TOSTR (__LINE__)
17 #define RPMDBG_M_DEBUG(msg) msg " " RPMDBG()
18 #define RPMDBG_M_NODEBUG(msg) NULL
20 #define RPMDBG_M(msg) RPMDBG_M_DEBUG(msg)