summaryrefslogtreecommitdiff
path: root/emulators/vice/patches/patch-aa
blob: ddacbcb70dcad138ba5a5d0a5f605a394d0543b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.5 2006/06/29 22:56:34 dillo Exp $

--- src/arch/unix/types.h.orig	2005-12-23 23:29:54.000000000 +0100
+++ src/arch/unix/types.h
@@ -61,7 +61,7 @@ typedef DWORD CLOCK;
 #define CLOCK_MAX (~((CLOCK)0))
 
 #if defined(__GNUC__) && defined(__i386__) && !defined(NO_REGPARM)
-#if defined(__NETBSD__)
+#if defined(__NetBSD__)
 #if (__GNUC__ > 2)
 #define REGPARM1 __attribute__((regparm(1)))
 #define REGPARM2 __attribute__((regparm(2)))