1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

- Updated ARMCC_VERSION to __ARMCC_VERSION

This commit is contained in:
Paul Bakker
2011-06-21 13:36:18 +00:00
parent a585beb87e
commit 74fb74ebd9
3 changed files with 6 additions and 6 deletions

View File

@@ -44,9 +44,9 @@
#if defined(_MSC_VER)
#define inline _inline
#else
#if defined(ARMCC_VERSION)
#if defined(__ARMCC_VERSION)
#define inline __inline
#endif /* ARMCC_VERSION */
#endif /* __ARMCC_VERSION */
#endif /*_MSC_VER */
/*