mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-27 07:34:07 +08:00
preprocessor: Make quoting : [PR 95253]
Make doesn't need ':' quoting (in a filename). PR preprocessor/95253 libcpp/ * mkdeps.c (munge): Do not escape ':'.
This commit is contained in:
parent
492b90f33d
commit
1ba71fabb7
@ -162,7 +162,6 @@ munge (const char *str, const char *trail = nullptr)
|
||||
/* FALLTHROUGH */
|
||||
|
||||
case '#':
|
||||
case ':':
|
||||
buf[dst++] = '\\';
|
||||
/* FALLTHROUGH */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user