Committed. pat
On Fri, Apr 12, 2002 at 09:54:26AM +0900, Masayuki Hatta wrote: > Hi, > > Could someone commit this? > > Regards, > MH > > Resent-date: Thu, 11 Apr 2002 17:33:09 +0000 (GMT) > Resent-from: Gerhard Tonn <[EMAIL PROTECTED]> > From: Gerhard Tonn <[EMAIL PROTECTED]> > Subject: Bug#142402: Please add attached patch to support s390 > Resent-sender: Debian BTS <[EMAIL PROTECTED]> > Resent-to: Masayuki Hatta <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Reply-to: Gerhard Tonn <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Resent-message-id: <[EMAIL PROTECTED]> > X-Debian-PR-Message: report 142402 > X-Debian-PR-Package: abiword > X-Debian-PR-Keywords: > > 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))
