3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

[module] c standard: improve output

This commit is contained in:
Pragmatic Software 2011-02-10 07:11:51 +00:00
parent 0655598d4a
commit f76dcacca7
3 changed files with 5 additions and 6 deletions

View File

@ -13,7 +13,7 @@ use warnings;
# These are set automatically by the build/commit script # These are set automatically by the build/commit script
use constant { use constant {
BUILD_NAME => "PBot", BUILD_NAME => "PBot",
BUILD_REVISION => 1, BUILD_REVISION => 306,
BUILD_DATE => "2011-02-09", BUILD_DATE => "2011-02-09",
}; };

View File

@ -208,10 +208,10 @@ if($comma eq "") {
print $found_section; print $found_section;
print "p" . $found_paragraph if $paragraph_specified; print "p" . $found_paragraph if $paragraph_specified;
=cut =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 "p" . $found_paragraph if $paragraph_specified;
print " : "; print "\n\n";
print "[", $found_section_title, "] " if length $found_section_title; print "[", $found_section_title, "]\n\n" if length $found_section_title;
} }
print "$result\n"; print "$result\n";

View File

@ -9842,8 +9842,7 @@ char int_p_sep_by_space
These types are required. These types are required.
7.18.2 Limits of specified-width integer types 7.18.2 Limits of specified-width integer types
1 The following object-like macros226) specify the minimum and maximum limits of the 1 The following object-like macros226) specify the minimum and maximum limits of the
types declared in <stdint.h>. Each macro name corresponds to a similar type name in types declared in <stdint.h>. Each macro name corresponds to a similar type name in 7.18.1.
7.18.1.
2 Each instance of any defined macro shall be replaced by a constant expression suitable 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 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 would an expression that is an object of the corresponding type converted according to