Merge branch 'alexkaratarakis-stringify' into hotfix-1.4.1
This commit is contained in:
commit
5d3f565ce1
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#define STRING2(x) #x
|
#define STRING2(...) #__VA_ARGS__
|
||||||
#define STRING(x) STRING2(x)
|
#define STRING(x) STRING2(x)
|
||||||
#define SHOW_VALUE(x) " " #x " = " STRING2(x)
|
#define SHOW_VALUE(x) " " #x " = " STRING2(x)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user