comparison gcc/diagnostic-color.h @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Copyright (C) 2013-2017 Free Software Foundation, Inc. 1 /* Copyright (C) 2013-2018 Free Software Foundation, Inc.
2 Contributed by Manuel Lopez-Ibanez <manu@gcc.gnu.org> 2 Contributed by Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it under 6 GCC is free software; you can redistribute it and/or modify it under
17 along with GCC; see the file COPYING3. If not see 17 along with GCC; see the file COPYING3. If not see
18 <http://www.gnu.org/licenses/>. */ 18 <http://www.gnu.org/licenses/>. */
19 19
20 /* Based on code from: */ 20 /* Based on code from: */
21 /* grep.c - main driver file for grep. 21 /* grep.c - main driver file for grep.
22 Copyright (C) 1992-2017 Free Software Foundation, Inc. 22 Copyright (C) 1992-2018 Free Software Foundation, Inc.
23 23
24 This program is free software; you can redistribute it and/or modify 24 This program is free software; you can redistribute it and/or modify
25 it under the terms of the GNU General Public License as published by 25 it under the terms of the GNU General Public License as published by
26 the Free Software Foundation; either version 3, or (at your option) 26 the Free Software Foundation; either version 3, or (at your option)
27 any later version. 27 any later version.