1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 10:15:48 +02:00

(ENABLE_NLS): Include libintl.h and define _ to gettext.

This commit is contained in:
Jim Meyering
1996-09-02 16:18:48 +00:00
parent d4fc1b970c
commit 57592bb00e

View File

@@ -26,8 +26,11 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <regex.h>
#ifndef _
# define _(String) String
#if ENABLE_NLS
# include <libintl.h>
# define _(Text) gettext (Text)
#else
# define _(Text) Text
#endif
static int