Automatic date update in version.in
[deliverable/binutils-gdb.git] / gas / depend.c
index 7203e59746f0d11e49340f263712a6c150dbca2f..f569484c42e9285b739226da93e815e53cd29913 100644 (file)
@@ -1,5 +1,5 @@
 /* depend.c - Handle dependency tracking.
-   Copyright (C) 1997-2016 Free Software Foundation, Inc.
+   Copyright (C) 1997-2020 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.023912 seconds and 4 git commands to generate.