Minor changes.
This commit is contained in:
parent
1f6e89a89f
commit
fdee9feede
24
globals.h
24
globals.h
|
|
@ -47,24 +47,20 @@
|
||||||
* Overall macros
|
* Overall macros
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
/**
|
/** Helper macro for EC_STR(), literates a macro argument.
|
||||||
Helper macro for EC_STR(), literates a macro argument.
|
*
|
||||||
\param X argument to literate.
|
* \param X argument to literate.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define EC_LIT(X) #X
|
#define EC_LIT(X) #X
|
||||||
|
|
||||||
/**
|
/** Converts a macro argument to a string.
|
||||||
Converts a macro argument to a string.
|
*
|
||||||
\param X argument to stringify.
|
* \param X argument to stringify.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define EC_STR(X) EC_LIT(X)
|
#define EC_STR(X) EC_LIT(X)
|
||||||
|
|
||||||
/**
|
/** Master version string
|
||||||
Master version string
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
#define EC_MASTER_VERSION VERSION " " BRANCH " r" EC_STR(SVNREV)
|
#define EC_MASTER_VERSION VERSION " " BRANCH " r" EC_STR(SVNREV)
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue