poldek: poldek/i18n.h - popt.h defines N_ macro...
mis
mis at pld-linux.org
Thu Jun 28 17:59:27 CEST 2007
Author: mis Date: Thu Jun 28 15:59:27 2007 GMT
Module: poldek Tag: HEAD
---- Log message:
- popt.h defines N_ macro...
---- Files affected:
poldek/poldek:
i18n.h (1.1 -> 1.2)
---- Diffs:
================================================================
Index: poldek/poldek/i18n.h
diff -u poldek/poldek/i18n.h:1.1 poldek/poldek/i18n.h:1.2
--- poldek/poldek/i18n.h:1.1 Sun Feb 17 20:39:34 2002
+++ poldek/poldek/i18n.h Thu Jun 28 17:59:22 2007
@@ -20,6 +20,9 @@
# if !HAVE_NGETTEXT
# define ngettext(foo, foo_plural, n) (foo_plural)
# endif
+# if defined(N_) /* popt.h defines N_... */
+# undef N_
+# endif
# define N_(foo) (foo)
# define F_(foo) gettext(foo)
#else
================================================================
---- CVS-web:
http://cvs.pld-linux.org/poldek/poldek/i18n.h?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list