From a2734c3b057ed5b72d2c2a09ea58a15d578c9f93 Mon Sep 17 00:00:00 2001 From: nsz Date: Thu, 21 Jul 2011 17:57:12 +0200 Subject: [PATCH] manual fix for 5.2.4.2.1 --- n1256.html | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/n1256.html b/n1256.html index 8a01d33..9939d19 100644 --- a/n1256.html +++ b/n1256.html @@ -1508,51 +1508,51 @@ WG14/N1256 Committee Draft -- Septermber 7, 2007 (absolute value) to those shown, with the same sign.

If the value of an object of type char is treated as a signed integer when used in an expression, the value of CHAR_MIN shall be the same as that of SCHAR_MIN and the value of CHAR_MAX shall be the same as that of SCHAR_MAX. Otherwise, the value of CHAR_MIN shall be 0 and the value of CHAR_MAX shall be the same as that of - UCHAR_MAX.15) The value UCHAR_MAX shall equal 2CHAR_BIT - 1. + UCHAR_MAX.15) The value UCHAR_MAX shall equal 2CHAR_BIT - 1.

Forward references: representations of types (6.2.6), conditional inclusion (6.10.1).

footnotes
-- 2.20.1