[git] GnuPG - branch, STABLE-BRANCH-1-4, updated. gnupg-1.4.15-3-g9d89564

by Werner Koch cvs at cvs.gnupg.org
Fri Oct 11 14:12:49 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, STABLE-BRANCH-1-4 has been updated
       via  9d89564a4255d58b7e26c6845bcea69ec5b0214f (commit)
      from  2528178e7e2fac6454dd988121167305db7c71d9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9d89564a4255d58b7e26c6845bcea69ec5b0214f
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Oct 11 14:11:43 2013 +0200

    mpi: Fix syntax error for mips64 and gcc < 4.4
    
    * mpi/longlong.h [__mips && gcc < 4.4]: Fix cpp syntax error.
    --
    
    GnuPG-bug-id: 1465

diff --git a/mpi/longlong.h b/mpi/longlong.h
index a4c18a4..4905268 100644
--- a/mpi/longlong.h
+++ b/mpi/longlong.h
@@ -752,7 +752,7 @@ extern USItype __udiv_qrnnd ();
     (w1) = _r >> 64;                                                    \
     (w0) = (UDItype) _r;                                                \
   } while (0)
-# elif if __GNUC__ > 2 || __GNUC_MINOR__ >= 7
+# elif __GNUC__ > 2 || __GNUC_MINOR__ >= 7
 #  define umul_ppmm(w1, w0, u, v)                                       \
      __asm__ ("dmultu %2,%3"                                            \
               : "=l" ((UDItype)(w0)),                                   \

-----------------------------------------------------------------------

Summary of changes:
 mpi/longlong.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list