hmgle / graftcp

A flexible tool for redirecting a given program's TCP traffic to SOCKS5 or HTTP proxy.
GNU General Public License v3.0
2.1k stars 173 forks source link

reserved identifier violation #3

Closed elfring closed 6 years ago

elfring commented 6 years ago

I would like to point out that identifiers like “_GRAFTCP_H” and “_STRING_SET_Hdo not fit to the expected naming convention of the C language standard. Would you like to adjust your selection for unique names?

hmgle commented 6 years ago

@elfring Thank you for your comments, but can you elaborate on what you mean by the "expected naming convention of the C language standard"? These macros are never used anywhere other than for replacing 'pragma once', but I will adjust the identifiers for shorter.

elfring commented 6 years ago

Thanks for your renaming of affected include guards.