From 3bea3949a578b865d603710259116527e4d777b8 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 20 Jan 2011 00:21:54 +0000 Subject: [PATCH] cstd module: fix issue with formatting --- PBot/VERSION.pm | 2 +- modules/n1256.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index 44d3d99b..93c044ab 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -13,7 +13,7 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 236, + BUILD_REVISION => 237, BUILD_DATE => "2011-01-19", }; diff --git a/modules/n1256.txt b/modules/n1256.txt index 1213eb60..09fbc036 100755 --- a/modules/n1256.txt +++ b/modules/n1256.txt @@ -3871,8 +3871,8 @@ Forward references: conditional inclusion (6.10.1), complex arithmetic 3 The type specifier _Complex shall not be used if the implementation does not provide complex types.104) Semantics -4 Specifiers for structures, unions, and enumerations are discussed in 6.7.2.1 through - 6.7.2.3. Declarations of typedef names are discussed in 6.7.7. The characteristics of the +4 Specifiers for structures, unions, and enumerations are discussed in 6.7.2.1 + through 6.7.2.3. Declarations of typedef names are discussed in 6.7.7. The characteristics of the other types are discussed in 6.2.5. 5 Each of the comma-separated sets designates the same type, except that for bit-fields, it is implementation-defined whether the specifier int designates the same type as signed