mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 05:49:27 +01:00
[module] c standard: improve output
This commit is contained in:
parent
0655598d4a
commit
f76dcacca7
@ -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",
|
||||
};
|
||||
|
||||
|
@ -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";
|
||||
|
@ -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 <stdint.h>. Each macro name corresponds to a similar type name in
|
||||
7.18.1.
|
||||
types declared in <stdint.h>. 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
|
||||
|
Loading…
Reference in New Issue
Block a user