| rpm
    4.8.1
    | 
#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) | 
 1.8.13
 1.8.13