Commit 97c6aacd authored by Thomas Braun's avatar Thomas Braun
Browse files

tango/common/versions.h.in: Undefine stringification macros

It is good style to not let helper macros be defined for user code.
parent 2747cb50
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -51,6 +51,9 @@ const char *const TgLibMajorVers = XTBS(TANGO_VERSION_MAJOR);
const int TgLibVersNb = (TANGO_VERSION_MAJOR * 10000) + (TANGO_VERSION_MINOR * 100) + TANGO_VERSION_PATCH;
// NOLINTEND(readability-identifier-naming)

#undef TBS
#undef XTBS

/// @brief The git revision of the source tree used to build this library.
///
/// A small, helper function returning the output of the "git describe" command