mirror of
https://git.tukaani.org/xz.git
synced 2025-02-17 14:08:12 +00:00
Remove redefinition of _(msgid) macro from lzmainfo.c.
This commit is contained in:
parent
171b03febf
commit
b56cb1fc31
@ -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…
x
Reference in New Issue
Block a user