*: Centralize detection of OS and compiler in golang/runtime/platform.h
Up until now we had scattered ifdef __linux__, ifdef __APPLE__, ifdef _MSC_VER etc. And in the future we will need to detect more things with more involved conditions. -> Factor the code, that detects OS and compiler, into one place as a preparatory step for that.
Showing
golang/runtime/platform.h
0 → 100644
Please register or sign in to comment