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 */
|
/* FALLTHROUGH */
|
||||||
|
|
||||||
case '#':
|
case '#':
|
||||||
case ':':
|
|
||||||
buf[dst++] = '\\';
|
buf[dst++] = '\\';
|
||||||
/* FALLTHROUGH */
|
/* FALLTHROUGH */
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user