diff options
Diffstat (limited to 'code/asm/qasm.h')
-rw-r--r-- | code/asm/qasm.h | 6 |
1 files changed, 1 insertions, 5 deletions
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 |