Hi,

Could someone commit this?

Regards,
MH

--- Begin Message ---
Package: abiword
Version: 0.99.5+cvs.2002.04.11-1
Severity: important

Hi,
attached is patch to fix va_list compile problem on s390. Could you please 
also send it to upstream.

Regards,
Gerhard
--- abi/src/af/util/xp/ut_string_class.cpp.orig Thu Apr 11 08:15:12 2002
+++ abi/src/af/util/xp/ut_string_class.cpp      Thu Apr 11 08:14:35 2002
@@ -301,7 +301,7 @@
 }
 
 #if !defined (VA_COPY)
-#  if defined (__GNUC__) && defined (__PPC__) && (defined (_CALL_SYSV) || defined 
(_WIN32) || defined(WIN32))
+#  if defined (__GNUC__) && defined (__PPC__) && (defined (_CALL_SYSV) || defined 
+(_WIN32) || defined(WIN32)) || defined(__s390__)
 #  define VA_COPY(ap1, ap2)      (*(ap1) = *(ap2))
 #  elif defined (VA_COPY_AS_ARRAY)
 #  define VA_COPY(ap1, ap2)      memmove ((ap1), (ap2), sizeof (va_list))
--- End Message ---

Reply via email to