Merge branch 'stringify' of https://github.com/alexkaratarakis/nana into alexkaratarakis-stringify
This commit is contained in:
commit
3b185642db
@ -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