mirror of
https://github.com/pocketpy/pocketpy
synced 2026-02-17 21:10:17 +00:00
Compare commits
1 Commits
e2286ad90f
...
47fca05936
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47fca05936 |
@ -65,7 +65,7 @@
|
|||||||
#ifdef NDEBUG
|
#ifdef NDEBUG
|
||||||
#if defined(__GNUC__)
|
#if defined(__GNUC__)
|
||||||
#define PK_INLINE __attribute__((always_inline)) inline
|
#define PK_INLINE __attribute__((always_inline)) inline
|
||||||
#elif defined(_MSC_VER) && !defined(__clang__)
|
#elif defined(_MSC_VER)
|
||||||
#define PK_INLINE __forceinline
|
#define PK_INLINE __forceinline
|
||||||
#else
|
#else
|
||||||
#define PK_INLINE inline
|
#define PK_INLINE inline
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user