mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 13:59:47 +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
|
# 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",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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";
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user