mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
types.h: rename STRINGIFY() macro to WC_STRINGIFY().
This commit is contained in:
@ -112,8 +112,8 @@ decouple library dependencies with standard string, memory and so on.
|
|||||||
/* helpers for stringifying the expanded value of a macro argument rather
|
/* helpers for stringifying the expanded value of a macro argument rather
|
||||||
* than its literal text:
|
* than its literal text:
|
||||||
*/
|
*/
|
||||||
#define STRINGIFY_L2(str) #str
|
#define _WC_STRINGIFY_L2(str) #str
|
||||||
#define STRINGIFY(str) STRINGIFY_L2(str)
|
#define WC_STRINGIFY(str) _WC_STRINGIFY_L2(str)
|
||||||
|
|
||||||
/* try to set SIZEOF_LONG or SIZEOF_LONG_LONG if user didn't */
|
/* try to set SIZEOF_LONG or SIZEOF_LONG_LONG if user didn't */
|
||||||
#if defined(_MSC_VER) || defined(HAVE_LIMITS_H)
|
#if defined(_MSC_VER) || defined(HAVE_LIMITS_H)
|
||||||
|
Reference in New Issue
Block a user