[openjk] 06/11: Make macOS use inline define again with QINLINE

Simon McVittie smcv at debian.org
Sun Jan 22 10:23:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository openjk.

commit faeacb556cb9662d7ea6a7db960444d54ebfd7a2
Author: Ensiform <ensiform at gmail.com>
Date:   Sat Jan 21 10:17:07 2017 -0600

    Make macOS use inline define again with QINLINE
    
    Hopefully fixing compile errors on macOS right now.
---
 shared/qcommon/q_platform.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shared/qcommon/q_platform.h b/shared/qcommon/q_platform.h
index ee5392e..aa8ff13 100644
--- a/shared/qcommon/q_platform.h
+++ b/shared/qcommon/q_platform.h
@@ -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__)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git



More information about the Pkg-games-commits mailing list