mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Add __inline__ for Diab compiler
This commit is contained in:
@ -259,6 +259,12 @@ decouple library dependencies with standard string, memory and so on.
|
|||||||
#endif
|
#endif
|
||||||
#elif defined(__CCRX__)
|
#elif defined(__CCRX__)
|
||||||
#define WC_INLINE inline
|
#define WC_INLINE inline
|
||||||
|
#elif defined(__DCC__)
|
||||||
|
#ifndef __cplusplus
|
||||||
|
#define WC_INLINE __inline__
|
||||||
|
#else
|
||||||
|
#define WC_INLINE inline
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
#define WC_INLINE
|
#define WC_INLINE
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user