$NetBSD$

--- 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) */
 
 
