* clang support
This commit is contained in:
parent
f9cde509b2
commit
675e7a641a
9 changed files with 19 additions and 14 deletions
|
@ -179,7 +179,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#define OS_STRING "kFreeBSD"
|
||||
#endif
|
||||
|
||||
#ifdef __clang__
|
||||
#define ID_INLINE static inline
|
||||
#else
|
||||
#define ID_INLINE inline
|
||||
#endif
|
||||
|
||||
#define PATH_SEP '/'
|
||||
|
||||
#if defined __i386__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue