]> Dogcows Code - chaz/tar/commitdiff
(<libintl.h>): Do not include; no longer needed.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 23 Sep 2001 05:37:04 +0000 (05:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 23 Sep 2001 05:37:04 +0000 (05:37 +0000)
(_): Remove; no longer needed.

lib/unicodeio.c

index 3a5448f059791a625a812189282f20832219eaf1..4300df556e0fb7fc1dc941bb08ea055e07b8b392 100644 (file)
@@ -48,13 +48,6 @@ extern int errno;
 # include <iconv.h>
 #endif
 
-#if ENABLE_NLS
-# include <libintl.h>
-# define _(Text) gettext (Text)
-#else
-# define _(Text) Text
-#endif
-
 #include "unicodeio.h"
 
 /* When we pass a Unicode character to iconv(), we must pass it in a
This page took 0.021972 seconds and 4 git commands to generate.