Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force line ending of '.in' files in jemalloc to LF
This fixes issue rust-lang#8731 . On Windows, if the git option core.autocrlf is true (github recommends users to turn on this flag - see https://help.github.com/articles/dealing-with-line-endings), the headers generated from the .in files will have syntatic errors, causing compilation to fail.
- Loading branch information