[svn] gpg-error - r149 - in trunk: . src

svn author marcus cvs at cvs.gnupg.org
Tue Oct 25 20:25:45 CEST 2005


Author: marcus
Date: 2005-10-25 20:25:45 +0200 (Tue, 25 Oct 2005)
New Revision: 149

Modified:
   trunk/ChangeLog
   trunk/src/Makefile.am
   trunk/src/gpg-error.c
Log:
2005-10-25  Marcus Brinkmann  <marcus at g10code.de>

	* src/Makefile.am (gpg_error_CPPFLAGS): New variable.
	* src/gpg-error.c (i18n_init): Don't return anything.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2005-10-25 18:22:59 UTC (rev 148)
+++ trunk/ChangeLog	2005-10-25 18:25:45 UTC (rev 149)
@@ -1,5 +1,8 @@
 2005-10-25  Marcus Brinkmann  <marcus at g10code.de>
 
+	* src/Makefile.am (gpg_error_CPPFLAGS): New variable.
+	* src/gpg-error.c (i18n_init): Don't return anything.
+
 	* src/Makefile.am (arch_sources): New variable.
 	(libgpg_error_la_SOURCES): Add $(arch_sources).
 	* src/gettext.h [HAVE_W32_SYSTEM]: Include w32-gettext.h.

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2005-10-25 18:22:59 UTC (rev 148)
+++ trunk/src/Makefile.am	2005-10-25 18:25:45 UTC (rev 149)
@@ -96,6 +96,7 @@
 libgpg_error_la_LIBADD = $(intllibs)
 
 gpg_error_SOURCES = strsource-sym.c strerror-sym.c gpg-error.c
+gpg_error_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\"
 gpg_error_LDADD = ./libgpg-error.la @LTLIBINTL@
 
 err-sources.h: Makefile mkstrtable.awk err-sources.h.in

Modified: trunk/src/gpg-error.c
===================================================================
--- trunk/src/gpg-error.c	2005-10-25 18:22:59 UTC (rev 148)
+++ trunk/src/gpg-error.c	2005-10-25 18:25:45 UTC (rev 149)
@@ -78,8 +78,6 @@
       drop_locale_dir (locale_dir);
     }
   textdomain (PACKAGE);
-
-  return 0;
 }
 
 




More information about the Gnupg-commits mailing list