summaryrefslogtreecommitdiff
path: root/lib/stdbool.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdbool.h')
-rw-r--r--lib/stdbool.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/stdbool.h b/lib/stdbool.h
index d1fe7c11a..034e7c20c 100644
--- a/lib/stdbool.h
+++ b/lib/stdbool.h
@@ -11,9 +11,10 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
#ifndef _STDBOOL_H
#define _STDBOOL_H
@@ -71,7 +72,7 @@
(see ISO C 99 6.3.1.1.(2)). So we add a negative value to the
enum; this ensures that '_Bool' promotes to 'int'. */
#if !(defined __cplusplus || defined __BEOS__)
-# if !0
+# if !1
# if defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1)
/* Avoid stupid "warning: _Bool is a keyword in ISO C99". */
# define _Bool signed char

Return to:

Send suggestions and report system problems to the System administrator.