SPC_MISC
#define SPC_MISC(str) do {if (mha_debug & SPC_SHOWMISC) printf str;} while (0)
#define SPC_MISC(str)
#define SPC_MISC(s) SPC_PRINT(SPC_SHOWMISC, s)