...
Code Block | ||||
---|---|---|---|---|
| ||||
// Sometimes generated by configuration tools such as autoconf
#define const const
// Allowed compilers with semantically equivalent extension behavior
#define inline __inline |
Risk Assessment
Using reserved identifiers can lead to incorrect program operation.
...