Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent the preprocessor from replacing std{in,out} with macro #2111

Merged
merged 1 commit into from
Aug 1, 2023

Commits on Aug 1, 2023

  1. 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
    vmcj committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    14ed297 View commit details
    Browse the repository at this point in the history