Open elfring opened 6 years ago
Hi @elfring. I got the issue. It means that we have to change the identifier's name as per the C language standard by not violating the naming conventions for reserved identifiers in C.
Am I correct? If I am correct? Can I work on this issue?
@elfring please review #122. Let me know if any updation required.
I would like to point out that identifiers like “
_GLB_DIRECTOR_CONFIG_H
” and “__IPT_GLBREDIRECT_MATCH__
” do not fit to the expected naming convention of the C language standard. Would you like to adjust your selection for unique names?