Skip to content

Commit

Permalink
Make macOS use inline define again with QINLINE
Browse files Browse the repository at this point in the history
Hopefully fixing compile errors on macOS right now.
  • Loading branch information
ensiform committed Jan 21, 2017
1 parent ba1aa0d commit faeacb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/qcommon/q_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ along with this program; if not, see <http://www.gnu.org/licenses/>.
#endif

#define OS_STRING "macosx"
#define QINLINE /*inline*/
#define QINLINE inline
#define PATH_SEP '/'

#if defined(__ppc__)
Expand Down

0 comments on commit faeacb5

Please sign in to comment.