From: Sergey Poznyakoff Date: Mon, 24 Jan 2005 10:06:11 +0000 (+0000) Subject: Removed braces around the expansion of N_() X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ebb10f60e842e4f37049db54ed19eaa6778e947;p=pspp Removed braces around the expansion of N_() --- diff --git a/lib/argp-parse.c b/lib/argp-parse.c index 85e6b9033e..beb41d978c 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"