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:
Nathan Sidwell 2021-01-15 06:47:13 -08:00
parent 492b90f33d
commit 1ba71fabb7
1 changed files with 0 additions and 1 deletions

View File

@ -162,7 +162,6 @@ munge (const char *str, const char *trail = nullptr)
/* FALLTHROUGH */
case '#':
case ':':
buf[dst++] = '\\';
/* FALLTHROUGH */