summaryrefslogtreecommitdiff
path: root/src/asm
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2007-11-28 01:29:19 +0000
committerTim Angus <tim@ngus.net>2007-11-28 01:29:19 +0000
commit8ae105ea923749d62c707160f87972182b00d42d (patch)
tree51abbd27a5fc57c0b593b83ead4d3871a017b91d /src/asm
parentac0f597e31c7ef74796fb13f9c3a6336e315f202 (diff)
* Merge ioq3-r1220
Diffstat (limited to 'src/asm')
-rw-r--r--src/asm/qasm.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/asm/qasm.h b/src/asm/qasm.h
index cd199d7c..b26e9524 100644
--- a/src/asm/qasm.h
+++ b/src/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