commit | cfef21f5b0a5c4291dcaa019e287210064371edb | [log] [tgz] |
---|---|---|
author | Akim Demaille <akim.demaille@gmail.com> | Sat Sep 03 08:51:17 2022 +0200 |
committer | Akim Demaille <akim.demaille@gmail.com> | Sat Sep 03 08:58:49 2022 +0200 |
tree | d5d1dd56c09f53fe3cf068828737dd423d89333a | |
parent | 5555f4d05163316b8b5bddbdb172c0f5bae6f765 [diff] |
diagnostics: Windows compatibility issues Suggested by Bruno Haible <https://lists.gnu.org/r/bug-bison/2022-08/msg00006.html> following a report from Andrei Malashkin <https://lists.gnu.org/r/bug-bison/2022-08/msg00003.html> * src/location.c (caret_set_file): Read the file in binary. We already deal with CRLF in caret_getc_internal.