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 <stdio.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#ifdef ENABLE_NLS
|
|
||||||
# include <libintl.h>
|
|
||||||
# define _(msgid) gettext(msgid)
|
|
||||||
#else
|
|
||||||
# define _(msgid) msgid
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "lzma.h"
|
#include "lzma.h"
|
||||||
#include "getopt.h"
|
#include "getopt.h"
|
||||||
#include "tuklib_gettext.h"
|
#include "tuklib_gettext.h"
|
||||||
|
|
Loading…
Reference in New Issue