Closed elfring closed 12 years ago
Are you on a one-man crusade to fix and educate the world?
Will get this fixed.
Maybe ... - I have got a desire to improve free software in various ways. ;-)
Fixed in 3a78d2753a8c83db14db07d6d6ff3cc980d6261a.
Your regex didn't work for me. Any others needing fixed?
I do not find any more update candidates for the reported pattern in your source files after this change. Thanks for your include guard adjustments.
I suggest to try the search pattern "\<(?:(?:(.*))|([A-Z]+))" on source files. Some places will be found where names begin with two underscores or an underscore and an uppercase letter.
Examples:
__TWOLAME_H__
_COMMON_H
_UTIL_H_
This does not fit to the expected naming conventions of the C language standard. I recommend to adjust your selection for unique names.