Simon Josefsson wrote: > # define __func__ "<unknown>"
Some packages use
#define __func__ __FILE__
in this case. Not perfect, but still more informative than "<unknown>".
Bruno
Simon Josefsson wrote: > # define __func__ "<unknown>"
Some packages use
#define __func__ __FILE__
in this case. Not perfect, but still more informative than "<unknown>".
Bruno