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