![]() |
![]() |
0779 | ![]() |
||||
![]() | |||||||
| Explicitly undefined | REFERENCE - ISO:C90-6.1.2 Identifiers - Implementation Limits | ||||||
This identifier is not distinguishable from other identifiers in the same name space within the number of characters specified by the -NA option. The -NA option should be configured to reflect (at least) the limitations of the implementation; but it may also be used to apply additional restriction. The -NA option specifies the number of characters to be considered significant in an identifier. This means that 2 identifiers within the same namespace and in the same scope must differ within this number of initial characters.
/*PRQA S 553,778,2017,3205,3207,3210,3408,3447 ++*/
/************************/
/* OPTIONS: -NA 10 */
/************************/
extern void foo(void)
{
int a234567890x; /* */
int a234567890y; /* 0779 */
int b234567890x; /* */
int b234567890X; /* 0779 */
}
See also:
![]() | ||
| QA·C Source Code Analyser 8.1.2
© 2013 Programming Research. www.programmingresearch.com | Personality Groups | Glossary | Message Index | Contents |