[git] GPG-ERROR - branch, master, updated. libgpg-error-1.27-3-g1126c4c

by NIIBE Yutaka cvs at cvs.gnupg.org
Tue Mar 7 01:59:06 CET 2017


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 "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  1126c4c117a47c8ea8435ac11561d51b13f538dd (commit)
      from  c49c4124900b7691581b40bee72c36d2f6128998 (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 1126c4c117a47c8ea8435ac11561d51b13f538dd
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Tue Mar 7 09:57:16 2017 +0900

    w32: Conditionalize ISO 2022 definitions.
    
    * src/w32-iconv.c (iso2022_SI_seq, iso2022_SO_seq) [USE_MLANG_DLL]:
    Only for USE_MLANG_DLL.
    
    --
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/src/w32-iconv.c b/src/w32-iconv.c
index c10bb32..888b722 100644
--- a/src/w32-iconv.c
+++ b/src/w32-iconv.c
@@ -1475,6 +1475,7 @@ utf32_wctomb(csconv_t *cv, ushort *wbuf, int wbufsize, uchar *buf, int bufsize)
 #define ISO2022_SI  0
 #define ISO2022_SO  1
 
+#if USE_MLANG_DLL
 /* shift in */
 static const char iso2022_SI_seq[] = "\x0F";
 /* shift out */
@@ -1487,6 +1488,7 @@ struct iso2022_esc_t {
     int len;
     int cs;
 };
+#endif
 
 #define ISO2022JP_CS_ASCII            0
 #define ISO2022JP_CS_JISX0201_ROMAN   1

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

Summary of changes:
 src/w32-iconv.c | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list