]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
preprocessor: Make quoting : [PR 95253]
authorNathan Sidwell <nathan@acm.org>
Fri, 15 Jan 2021 14:47:13 +0000 (06:47 -0800)
committerNathan Sidwell <nathan@acm.org>
Wed, 3 Feb 2021 14:40:30 +0000 (06:40 -0800)
Make doesn't need ':' quoting (in a filename).

PR preprocessor/95253
libcpp/
* mkdeps.c (munge): Do not escape ':'.

libcpp/mkdeps.c

index 09a111fcdd5038d208ad677234ed089ee7e2e3b4..c4b301dddaea9b47963fe03c0b11487b76f086af 100644 (file)
@@ -156,7 +156,6 @@ munge (const char *str, const char *trail = NULL, ...)
              /* FALLTHROUGH  */
 
            case '#':
-           case ':':
              buf[dst++] = '\\';
              /* FALLTHROUGH  */