summaryrefslogtreecommitdiff
path: root/lang/clisp/patches/patch-ad
blob: 7a8bfb6874e5c8c221032ea66e5c54876d43a62a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.8 2006/07/20 23:05:43 perry Exp $

--- src/asmi386.hh.orig	2006-07-20 18:24:45.000000000 -0400
+++ 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(__DragonFly) || 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)