Make "if (...) SOME_MACRO(); else" compile

Otherwise it would expand to:

	if (...) do { ... } while(0); ; else

which obviously is a syntax error.
2 files changed