Merge branch 'master' into Keil
This commit is contained in:
commit
9a1d2e43e5
1 changed files with 2 additions and 2 deletions
4
gfx.h
4
gfx.h
|
@ -55,9 +55,9 @@
|
|||
* __inline was standardized with C99. previous to that each compiler handles it differently.
|
||||
*/
|
||||
#undef INLINE
|
||||
#ifdef(__KEIL__)
|
||||
#ifdef __KEIL__
|
||||
#define INLINE __inline
|
||||
#elif(__C51__)
|
||||
#elif __C51__
|
||||
#define INLINE __inline
|
||||
#else
|
||||
#define INLINE inline
|
||||
|
|
Loading…
Add table
Reference in a new issue