github / glb-director

GitHub Load Balancer Director and supporting tooling.
Other
2.38k stars 229 forks source link

reserved identifier violation #31

Open elfring opened 6 years ago

elfring commented 6 years ago

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?

Akshit6828 commented 3 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?

Akshit6828 commented 3 years ago

@elfring please review #122. Let me know if any updation required.