[BusyBox-cvs] svn commit: trunk/busybox/e2fsprogs
vapier at busybox.net
vapier at busybox.net
Mon May 9 21:53:26 UTC 2005
Author: vapier
Date: 2005-05-09 15:53:25 -0600 (Mon, 09 May 2005)
New Revision: 10275
Log:
override nls P_() macro
Modified:
trunk/busybox/e2fsprogs/e2fsbb.h
Changeset:
Modified: trunk/busybox/e2fsprogs/e2fsbb.h
===================================================================
--- trunk/busybox/e2fsprogs/e2fsbb.h 2005-05-09 21:51:41 UTC (rev 10274)
+++ trunk/busybox/e2fsprogs/e2fsbb.h 2005-05-09 21:53:25 UTC (rev 10275)
@@ -30,6 +30,7 @@
/* NLS crap */
#define _(x) x
#define N_(x) x
+#define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural))
/* misc crap */
#define fatal_error(msg, err) bb_error_msg_and_die(msg)
More information about the busybox-cvs
mailing list