Beauty source code

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2021-12-10 20:29:02 +08:00
parent d0fcf7f6a0
commit 2e8b00172b
2 changed files with 4 additions and 6 deletions

View file

@ -99,9 +99,9 @@
#define MACRO_NAME_TO_STR(macro) \
mbedtls_printf( "%s", strlen( #macro "" ) > 0 ? #macro "\n" : "" )
#define NAME_TO_STR(macro) #macro
#define STRINGIFY(macro) #macro
#define OUTPUT_MACRO_NAME_VALUE(macro) mbedtls_printf( #macro "%s\n", \
strlen( NAME_TO_STR(macro) "") > 0 ? "=" NAME_TO_STR(macro) : "" )
STRINGIFY(macro)[0] != 0 ? "=" STRINGIFY(macro) : "" )
#if defined(_MSC_VER)
/*