INGNORE_INLINE_VARS

This commit is contained in:
Phil Schatzmann 2022-11-04 06:02:40 +01:00
parent 26867c90c5
commit 0be60f6817

View File

@ -52,7 +52,7 @@
// Change USE_INLINE_VARS to 0 if inline variables are not supported
#define USE_INLINE_VARS 1
#if USE_INLINE_VARS
#if USE_INLINE_VARS && !defined(INGNORE_INLINE_VARS)
# define INLINE_VAR inline
#else
# define INLINE_VAR