Skip to content
Snippets Groups Projects
user avatar
Steven Murray authored
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).
d1ec1b54
History
Name Last commit Last update