From: Sergey Poznyakoff Date: Mon, 24 Jan 2005 10:06:11 +0000 (+0000) Subject: Removed braces around the expansion of N_() X-Git-Tag: cvs-readonly~3571 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=1ebb10f60e842e4f37049db54ed19eaa6778e947;p=gnulib.git Removed braces around the expansion of N_() --- diff --git a/lib/argp-parse.c b/lib/argp-parse.c index 85e6b9033..beb41d978 100644 --- a/lib/argp-parse.c +++ b/lib/argp-parse.c @@ -38,7 +38,7 @@ #else # include "gettext.h" #endif -#define N_(msgid) (msgid) +#define N_(msgid) msgid #include "argp.h" #include "argp-namefrob.h"