X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gettext.h;h=24d91824e5a810cb3f2cbc4ca0514ec68725597d;hb=cd4c4e2481dd6fcb7ceb39242fa722993f8c0ab1;hp=1b253b7e760cbe78ecfa719eb4e3cd17c0e33176;hpb=25197ebe7f813407b028a2c304ff8ee58da40a16;p=git.git diff --git a/gettext.h b/gettext.h index 1b253b7e7..24d91824e 100644 --- a/gettext.h +++ b/gettext.h @@ -35,6 +35,6 @@ const char *Q_(const char *msgid, const char *plu, unsigned long n) } /* Mark msgid for translation but do not translate it. */ -#define N_(msgid) (msgid) +#define N_(msgid) msgid #endif