-
- Downloads
I have lost losts of time due to undecipherable compilation errors caused by
the following MACRO magic in h/log.h: #ifdef log #undef log #endif #define log (*logfunc) /* logging function name */ With this commit I remove the above MARCHO magic and simply replace "log" with its expanded form of (*logfunc).
Please register or sign in to comment