]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Bug #429: Clean-up of reserved identifier violations 435/head
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 25 Nov 2013 16:16:25 +0000 (17:16 +0100)
committerMarkus Elfring <elfring@users.sourceforge.net>
Mon, 25 Nov 2013 16:16:25 +0000 (17:16 +0100)
commit3d7699438aa1739c97b3210b033c8b65fc8a72c2
tree07d6dee8c96c07b2499d4b0cb52005e2cefe3c6d
parent6e329f156675b9696f5499634e794f90d294d295
Bug #429: Clean-up of reserved identifier violations

A few identifiers did not fit to the expected naming convention of the
C++ language standard. This detail was fixed by the deletion of an underscore.
The probability for name clashes was reduced for the affected include guards
by the addition of a kind of universally unique identifier as a suffix.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
src/mutex.h
src/strftime.h