Skip to content
Snippets Groups Projects
Commit d1ec1b54 authored by Steven Murray's avatar Steven Murray
Browse files

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).
parent bc533650
Branches
Tags
No related merge requests found
Showing with 1228 additions and 1233 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment