diff options
Diffstat (limited to 'gl/stdbool.in.h')
-rw-r--r-- | gl/stdbool.in.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/gl/stdbool.in.h b/gl/stdbool.in.h index 7c157727..2a1992da 100644 --- a/gl/stdbool.in.h +++ b/gl/stdbool.in.h | |||
@@ -1,18 +1,18 @@ | |||
1 | /* Copyright (C) 2001-2003, 2006-2013 Free Software Foundation, Inc. | 1 | /* Copyright (C) 2001-2003, 2006-2021 Free Software Foundation, Inc. |
2 | Written by Bruno Haible <haible@clisp.cons.org>, 2001. | 2 | Written by Bruno Haible <haible@clisp.cons.org>, 2001. |
3 | 3 | ||
4 | This program is free software; you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
5 | it under the terms of the GNU General Public License as published by | 5 | it under the terms of the GNU Lesser General Public License as |
6 | the Free Software Foundation; either version 3, or (at your option) | 6 | published by the Free Software Foundation; either version 2.1 of the |
7 | any later version. | 7 | License, or (at your option) any later version. |
8 | 8 | ||
9 | This program is distributed in the hope that it will be useful, | 9 | This file is distributed in the hope that it will be useful, |
10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | GNU General Public License for more details. | 12 | GNU Lesser General Public License for more details. |
13 | 13 | ||
14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU Lesser General Public License |
15 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
16 | 16 | ||
17 | #ifndef _GL_STDBOOL_H | 17 | #ifndef _GL_STDBOOL_H |
18 | #define _GL_STDBOOL_H | 18 | #define _GL_STDBOOL_H |
@@ -82,9 +82,9 @@ typedef bool _Bool; | |||
82 | /* If @HAVE__BOOL@: | 82 | /* If @HAVE__BOOL@: |
83 | Some HP-UX cc and AIX IBM C compiler versions have compiler bugs when | 83 | Some HP-UX cc and AIX IBM C compiler versions have compiler bugs when |
84 | the built-in _Bool type is used. See | 84 | the built-in _Bool type is used. See |
85 | http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html | 85 | https://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html |
86 | http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html | 86 | https://lists.gnu.org/r/bug-coreutils/2005-11/msg00161.html |
87 | http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html | 87 | https://lists.gnu.org/r/bug-coreutils/2005-10/msg00086.html |
88 | Similar bugs are likely with other compilers as well; this file | 88 | Similar bugs are likely with other compilers as well; this file |
89 | wouldn't be used if <stdbool.h> was working. | 89 | wouldn't be used if <stdbool.h> was working. |
90 | So we override the _Bool type. | 90 | So we override the _Bool type. |