$search
00001 #define ERROR 666 00002 #define LOG4CPP_FIX_ERROR_COLLISION 1 00003 00004 #include <log4cpp/Priority.hh> 00005 #include <assert.h> 00006 00007 int main(int argc, char** argv) { 00008 assert(ERROR == 666); 00009 }