am 32f9427a: am 14ebb417: am 445765eb: Merge "Fix issue 58135 about _C_LABEL_STRING macro w/o space between literal in C++"

* commit '32f9427ac73886555a2d1b2e01714a7ab508d019':
  Fix issue 58135 about _C_LABEL_STRING macro w/o space between literal in C++
This commit is contained in:
Andrew Hsieh
2013-09-06 09:52:43 -07:00
committed by Android Git Automerger

View File

@@ -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