From eef1b6891a10d35db312ac09c1796d30e336561c Mon Sep 17 00:00:00 2001 From: ludwig Date: Tue, 6 Nov 2007 16:41:57 +0000 Subject: Don't define ELF, use __ELF__ instead git-svn-id: svn://svn.icculus.org/quake3/trunk@1207 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/asm/qasm.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'code/asm') diff --git a/code/asm/qasm.h b/code/asm/qasm.h index c32aafc..b02a60a 100644 --- a/code/asm/qasm.h +++ b/code/asm/qasm.h @@ -24,15 +24,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "../qcommon/q_platform.h" -#if defined(__MINGW32__) || defined(MACOS_X) -#undef ELF -#endif - #ifdef __ELF__ .section .note.GNU-stack,"",@progbits #endif -#ifdef ELF +#ifdef __ELF__ #define C(label) label #else #define C(label) _##label -- cgit v1.2.3