mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-20 15:30:40 +01:00
cstd module: fix issue with formatting
This commit is contained in:
parent
9523600366
commit
3bea3949a5
@ -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 => 236,
|
BUILD_REVISION => 237,
|
||||||
BUILD_DATE => "2011-01-19",
|
BUILD_DATE => "2011-01-19",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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
|
3 The type specifier _Complex shall not be used if the implementation does not provide
|
||||||
complex types.104)
|
complex types.104)
|
||||||
Semantics
|
Semantics
|
||||||
4 Specifiers for structures, unions, and enumerations are discussed in 6.7.2.1 through
|
4 Specifiers for structures, unions, and enumerations are discussed in 6.7.2.1
|
||||||
6.7.2.3. Declarations of typedef names are discussed in 6.7.7. The characteristics of the
|
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.
|
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
|
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
|
implementation-defined whether the specifier int designates the same type as signed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user