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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit