summaryrefslogtreecommitdiff
path: root/games/quake/patches/patch-al
blob: 6522e3cce031ef81f70ad6c9c9282c778bb16bf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-al,v 1.3 2002/01/02 10:01:36 hubertf Exp $

--- qw/server/asm_i386.h.orig	Tue Feb  8 11:39:20 2000
+++ qw/server/asm_i386.h	Tue Feb  8 11:39:37 2000
@@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suit
 #ifndef __ASM_I386__
 #define __ASM_I386__
 
-#ifdef ELF
+#if defined(ELF) || defined(__ELF__)
 #define C(label) label
 #else
 #define C(label) _##label