diff options
author | Ryan C. Gordon <icculus@icculus.org> | 2017-03-02 13:33:04 -0500 |
---|---|---|
committer | Ryan C. Gordon <icculus@icculus.org> | 2017-03-02 13:33:04 -0500 |
commit | 9ed1eef16c3f0fcae887431691a31f7bd485346f (patch) | |
tree | 4d6bf76a0ef6627f964f0978b7a6c2b4b6b8adb7 /include/begin_code.h | |
parent | 62c9848b3dc0a1368f3bdb437a8dd69442b94f9c (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.h | 2 |
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 |