Skip to content

Commit 282eb99

Browse files
committed
Declarations2: fix help file format DCL40-C
1 parent 235ea7f commit 282eb99

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

c/cert/src/rules/DCL40-C/ExcessLengthNamesIdentifiersNotDistinct.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ This query implements the CERT-C rule DCL40-C:
55
> Do not create incompatible declarations of the same function or object
66
77

8-
98
## Description
109

1110
Two or more incompatible declarations of the same function or object must not appear in the same program because they result in [undefined behavior](https://wiki.sei.cmu.edu/confluence/display/c/BB.+Definitions#BB.Definitions-undefinedbehavior). The C Standard, 6.2.7, mentions that two types may be distinct yet compatible and addresses precisely when two distinct types are compatible.

c/cert/src/rules/DCL40-C/IncompatibleObjectDeclarations.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ This query implements the CERT-C rule DCL40-C:
55
> Do not create incompatible declarations of the same function or object
66
77

8-
98
## Description
109

1110
Two or more incompatible declarations of the same function or object must not appear in the same program because they result in [undefined behavior](https://wiki.sei.cmu.edu/confluence/display/c/BB.+Definitions#BB.Definitions-undefinedbehavior). The C Standard, 6.2.7, mentions that two types may be distinct yet compatible and addresses precisely when two distinct types are compatible.

0 commit comments

Comments
 (0)