Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pp_goto: fix macro-in-macro compile error
Turns out MSVC 1.42 doesn't like FOO(bar, #ifdef X 1 #else 0 #endif ); where FOO is a macro.
- Loading branch information