summaryrefslogtreecommitdiff
path: root/lang/clisp/patches/patch-ad
blob: c2a7e99ae741a9e710f38414ad021dd2392642f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.7 2006/05/10 18:26:34 joerg Exp $

--- src/asmi386.hh.orig	2006-03-24 07:35:56.000000000 +0000
+++ src/asmi386.hh
@@ -231,7 +231,7 @@
 // Define the DECLARE_FUNCTION(name) macro.
 #ifdef _MSC_VER
 #define DECLARE_FUNCTION(name)
-#elif defined(__svr4__) || defined(__ELF__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__ROSE__) || defined(_SEQUENT_) || defined(DGUX) || defined(_SCO_COFF) || defined(_SCO_ELF)
+#elif defined(__svr4__) || defined(__ELF__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__ROSE__) || defined(_SEQUENT_) || defined(DGUX) || defined(_SCO_COFF) || defined(_SCO_ELF)
 #define DECLARE_FUNCTION(name) .type C(name),@function
 #else
 #define DECLARE_FUNCTION(name)