aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.h')
-rw-r--r--gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx.h b/gfx.h
index 698fbdee..48a92770 100644
--- a/gfx.h
+++ b/gfx.h
@@ -57,7 +57,7 @@
#if GFX_NO_INLINE
#define GFXINLINE
#else
- #if (GFX_COMPILER == GFX_COMPILER_ARMCC) || (GFX_COMPILER == GFX_COMPILER_KEIL)
+ #if defined(__KEIL__) || defined(__C51__)
#define GFXINLINE __inline
#else
#define GFXINLINE inline