commit | 00a7bf748bf171ffd267939d1aae67d7d51a8d80 | [log] [tgz] |
---|---|---|
author | Caslyn Tonelli <6718161+Caslyn@users.noreply.github.com> | Mon Nov 25 15:01:01 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Nov 25 15:07:06 2024 -0800 |
tree | 8a29b8f2d7791bde4de2e5563ad18627ee69bc72 | |
parent | 4d9ce261d3b169c5b2697c4bac7f48a6e84e9330 [diff] |
[libc] Resolve multi-line comment error (#117636) gcc interprets a backslash '\\' as the last char before a new line as a line continuation character, even in a comment context. This can produce an "error: multi-line comment [-Werror=comment]". This removes the line continuation so that the comment can compile with gcc. GitOrigin-RevId: 4c91662a519705c2d0b6e002214a3e307f09b373