From f76dcacca7c7004a34dfa4f6cabe89a7030b18a4 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 10 Feb 2011 07:11:51 +0000 Subject: [PATCH] [module] c standard: improve output --- PBot/VERSION.pm | 2 +- modules/cstd.pl | 6 +++--- modules/n1256.txt | 3 +-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index 5e9751f4..43e40054 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 => 1, + BUILD_REVISION => 306, BUILD_DATE => "2011-02-09", }; diff --git a/modules/cstd.pl b/modules/cstd.pl index 7a43c20e..50113a25 100755 --- a/modules/cstd.pl +++ b/modules/cstd.pl @@ -208,10 +208,10 @@ if($comma eq "") { print $found_section; print "p" . $found_paragraph if $paragraph_specified; =cut - print "http://blackshell.com/~msmud/cstd.html\#$found_section"; + print "\nhttp://blackshell.com/~msmud/cstd.html\#$found_section"; print "p" . $found_paragraph if $paragraph_specified; - print " : "; - print "[", $found_section_title, "] " if length $found_section_title; + print "\n\n"; + print "[", $found_section_title, "]\n\n" if length $found_section_title; } print "$result\n"; diff --git a/modules/n1256.txt b/modules/n1256.txt index 09fbc036..15d16fa0 100755 --- a/modules/n1256.txt +++ b/modules/n1256.txt @@ -9842,8 +9842,7 @@ char int_p_sep_by_space These types are required. 7.18.2 Limits of specified-width integer types 1 The following object-like macros226) specify the minimum and maximum limits of the - types declared in . Each macro name corresponds to a similar type name in - 7.18.1. + types declared in . Each macro name corresponds to a similar type name in 7.18.1. 2 Each instance of any defined macro shall be replaced by a constant expression suitable for use in #if preprocessing directives, and this expression shall have the same type as would an expression that is an object of the corresponding type converted according to