summaryrefslogtreecommitdiff
path: root/cross/cc65/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'cross/cc65/patches/patch-ab')
-rw-r--r--cross/cc65/patches/patch-ab21
1 files changed, 21 insertions, 0 deletions
diff --git a/cross/cc65/patches/patch-ab b/cross/cc65/patches/patch-ab
new file mode 100644
index 00000000000..1777a82cae3
--- /dev/null
+++ b/cross/cc65/patches/patch-ab
@@ -0,0 +1,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) */
+
+