Merge branch 'alexkaratarakis-stringify' into hotfix-1.4.1

This commit is contained in:
Jinhao 2017-02-19 05:15:52 +08:00
commit 5d3f565ce1

View File

@ -30,7 +30,7 @@
#define STRING2(x) #x
#define STRING2(...) #__VA_ARGS__
#define STRING(x) STRING2(x)
#define SHOW_VALUE(x) " " #x " = " STRING2(x)