Closed elfring closed 5 years ago
That's true. I'm not sure what to do about names like _2_BUILD_H_
though -- 2_BUILD_H
isn't going to work.
I suggest to use another prefix for these include guards.
Should be resolved in 7ada0bd. Thanks for the report!
Thanks for your adjustment of affected include guards.
I would like to point out that identifiers like “
_AUTOMATON_H_
” and “_TERMINAL_H_
” do not fit to the expected naming convention of the C language standard. Would you like to adjust your selection for unique names?