Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Merged r3075:3076 from branches/SDL-1.2: Careful with __inline__ #def…
Browse files Browse the repository at this point in the history
…ine.
  • Loading branch information
icculus committed Jun 15, 2007
1 parent ff067be commit ac10f6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/begin_code.h
Expand Up @@ -120,7 +120,9 @@
#define SDL_INLINE_OKAY
#else
#if !defined(__MRC__) && !defined(_SGI_SOURCE)
#ifndef __inline__
#define __inline__ inline
#endif
#define SDL_INLINE_OKAY
#endif /* Not a funky compiler */
#endif /* Visual C++ */
Expand Down

0 comments on commit ac10f6e

Please sign in to comment.