summaryrefslogtreecommitdiff
path: root/include/begin_code.h
diff options
context:
space:
mode:
authorRyan C. Gordon <icculus@icculus.org>2017-03-02 13:33:04 -0500
committerRyan C. Gordon <icculus@icculus.org>2017-03-02 13:33:04 -0500
commit9ed1eef16c3f0fcae887431691a31f7bd485346f (patch)
tree4d6bf76a0ef6627f964f0978b7a6c2b4b6b8adb7 /include/begin_code.h
parent62c9848b3dc0a1368f3bdb437a8dd69442b94f9c (diff)
Some patches to make SDL compile with armcc (ARM's C compiler).
Diffstat (limited to 'include/begin_code.h')
-rw-r--r--include/begin_code.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/begin_code.h b/include/begin_code.h
index d2d45f7e1f..444068fda4 100644
--- a/include/begin_code.h
+++ b/include/begin_code.h
@@ -111,7 +111,7 @@
#elif defined(_MSC_VER) || defined(__BORLANDC__) || \
defined(__DMC__) || defined(__SC__) || \
defined(__WATCOMC__) || defined(__LCC__) || \
- defined(__DECC)
+ defined(__DECC) || defined(__CC_ARM)
#define SDL_INLINE __inline
#ifndef __inline__
#define __inline__ __inline