Merge "Fix issue 58135 about _C_LABEL_STRING macro w/o space between literal in C++"
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
#ifdef __LEADING_UNDERSCORE
|
#ifdef __LEADING_UNDERSCORE
|
||||||
#define _C_LABEL(x) __CONCAT(_,x)
|
#define _C_LABEL(x) __CONCAT(_,x)
|
||||||
#define _C_LABEL_STRING(x) "_"x
|
#define _C_LABEL_STRING(x) "_" x
|
||||||
#else
|
#else
|
||||||
#define _C_LABEL(x) x
|
#define _C_LABEL(x) x
|
||||||
#define _C_LABEL_STRING(x) x
|
#define _C_LABEL_STRING(x) x
|
||||||
|
|||||||
Reference in New Issue
Block a user