[geany/geany] 7edcb7: Remove double underscores around header guards (cl...
enrico.troeger at uvena.de
enrico.troeger at xxxxx
Sun Nov 20 12:36:03 UTC 2011
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: 7edcb7978fcbf5493a88ff091dbaf3cb5bf1e616
https://github.com/geany/geany/commit/7edcb7978fcbf5493a88ff091dbaf3cb5bf1e616
Author: Enrico Tröger <enrico.troeger at uvena.de>
Date: 2011-11-20 (Sun, 20 Nov 2011)
Changed paths:
M src/geanyentryaction.h
M src/geanymenubuttonaction.h
M src/geanyobject.h
M src/geanywraplabel.h
Log Message:
-----------
Remove double underscores around header guards (closes #3440258)
While this is a violation of the C standard in theory, it should not affect anything.
Anyway, removing the double underscores makes the header guard scheme more
consistent with the rest of Geany header files so it's still a good thing.
Commit: 917ce32ccc4c9873fcd7ea7ccc0a5eb44085eff4
https://github.com/geany/geany/commit/917ce32ccc4c9873fcd7ea7ccc0a5eb44085eff4
Author: Enrico Tröger <enrico.troeger at uvena.de>
Date: 2011-11-20 (Sun, 20 Nov 2011)
Changed paths:
M src/plugindata.h
M src/pluginprivate.h
M src/plugins.h
M src/pluginutils.h
M src/prefix.h
Log Message:
-----------
Prefix header guards with GEANY_ for consistency
Compare: https://github.com/geany/geany/compare/0315290...917ce32
More information about the Commits
mailing list