mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
371 B
Plaintext
14 lines
371 B
Plaintext
$NetBSD: patch-an,v 1.4 2009/08/29 19:26:01 wiz Exp $
|
|
|
|
--- WinQuake/asm_i386.h.orig Tue Feb 8 11:40:46 2000
|
|
+++ WinQuake/asm_i386.h Tue Feb 8 11:40:59 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
|