[gdb/build] Add CXX_DIALECT to CXX
[deliverable/binutils-gdb.git] / gas / depend.c
index 7203e59746f0d11e49340f263712a6c150dbca2f..529dd0563332b241064f8db103993e145fe191f3 100644 (file)
@@ -1,5 +1,5 @@
 /* depend.c - Handle dependency tracking.
-   Copyright (C) 1997-2016 Free Software Foundation, Inc.
+   Copyright (C) 1997-2021 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -121,8 +121,8 @@ quote_string_for_make (FILE *file, const char *src)
          if (file)
            putc (c, file);
          i++;
-         /* Fall through.  This can mishandle things like "$(" but
-            there's no easy fix.  */
+         /* Fall through.  */
+         /* This can mishandle things like "$(" but there's no easy fix.  */
        default:
        ordinary_char:
          /* This can mishandle characters in the string "\0\n%*?[\\~";
This page took 0.025854 seconds and 4 git commands to generate.