mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Remove redefinition of _(msgid) macro from lzmainfo.c.
This commit is contained in:
parent
171b03febf
commit
b56cb1fc31
1 changed files with 0 additions and 7 deletions
|
@ -14,13 +14,6 @@
|
|||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef ENABLE_NLS
|
||||
# include <libintl.h>
|
||||
# define _(msgid) gettext(msgid)
|
||||
#else
|
||||
# define _(msgid) msgid
|
||||
#endif
|
||||
|
||||
#include "lzma.h"
|
||||
#include "getopt.h"
|
||||
#include "tuklib_gettext.h"
|
||||
|
|
Loading…
Reference in a new issue