summaryrefslogtreecommitdiff
path: root/cross/cc65/patches/patch-ab
blob: 1777a82cae317cb02fa22b5a05824b478fa77a69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ab,v 1.1.1.1 2008/10/08 19:53:47 wiz Exp $

--- src/common/va_copy.h.orig	2007-06-28 10:28:34.000000000 +0000
+++ src/common/va_copy.h
@@ -45,8 +45,6 @@
 
 /* va_copy is not allowed to be defined */
 #if defined(va_copy)
-#error "The compiler is broken!"
-#endif
 
 /* The watcom compiler doesn't have va_copy and a problematic va_list definition */
 #if defined(__WATCOMC__)
@@ -65,6 +63,7 @@
 
 
 
+#endif
 #endif  /* #if (__STDC_VERSION__ < 199901) */