Basic: match GCC behaviour for SuS macro
GCC does not generate `__unix` nor `unix` macros. The latter already intrudes into the user's namespace and should be avoided. Use the canonical spelling of `__unix__` across all the targets. llvm-svn: 294148
Loading
Please register or sign in to comment