Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace CR, FF and VT with whitespace.
We use Printlines to copy C code fragments to assembly comments. While CR, FF and VT are treated like whitespace by C, they could possibly mess up the assembly comments if copied verbatim. Moreover, this avoids generating CR CR LF end-of-lines under Windows. Bug 34075
- Loading branch information