Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent the preprocessor from replacing std{in,out} with macro
Trying to build on alpine (which uses musl instead of glibc) would break as the preprocessor replaces stdin->(stdin) which fails to compile. After discussion with @ankon he found: https://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20130506/173524.html
- Loading branch information