[iortcw] 81/152: All: Remove unnecessary define in q_platform.h
Simon McVittie
smcv at debian.org
Fri Sep 8 10:40:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to annotated tag 1.5a
in repository iortcw.
commit 4d45b0276ca088379fe12aecad8cbae340284aad
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date: Sun Jul 10 08:42:31 2016 -0400
All: Remove unnecessary define in q_platform.h
---
MP/code/qcommon/q_platform.h | 5 -----
SP/code/qcommon/q_platform.h | 5 -----
2 files changed, 10 deletions(-)
diff --git a/MP/code/qcommon/q_platform.h b/MP/code/qcommon/q_platform.h
index 3c5821e..f832c2b 100644
--- a/MP/code/qcommon/q_platform.h
+++ b/MP/code/qcommon/q_platform.h
@@ -141,11 +141,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#if defined(__APPLE__) || defined(__APPLE_CC__)
-// make sure this is defined, just for sanity's sake...
-#ifndef __APPLE__
-#define __APPLE__
-#endif
-
#define OS_STRING "macosx"
#define ID_INLINE inline
#define PATH_SEP '/'
diff --git a/SP/code/qcommon/q_platform.h b/SP/code/qcommon/q_platform.h
index 3c5821e..f832c2b 100644
--- a/SP/code/qcommon/q_platform.h
+++ b/SP/code/qcommon/q_platform.h
@@ -141,11 +141,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#if defined(__APPLE__) || defined(__APPLE_CC__)
-// make sure this is defined, just for sanity's sake...
-#ifndef __APPLE__
-#define __APPLE__
-#endif
-
#define OS_STRING "macosx"
#define ID_INLINE inline
#define PATH_SEP '/'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git
More information about the Pkg-games-commits
mailing list