]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
[_]: Don't define this away.
authorJim Meyering <jim@meyering.net>
Tue, 12 Mar 1996 04:02:07 +0000 (04:02 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 12 Mar 1996 04:02:07 +0000 (04:02 +0000)
src/system.h

index de8aedbc46608cb1e04cac9958c3c2b1c22e17be..77a298bafe95d02914f8d69875cb32f9b9a0dea6 100644 (file)
@@ -312,10 +312,6 @@ char *alloca ();
 #define ISUPPER(c) (ISASCII (c) && isupper (c))
 #define ISXDIGIT(c) (ISASCII (c) && isxdigit (c))
 
-/* Disable string localization for the time being.  */
-#undef _
-#define _(String) String
-
 #ifndef __P
 #if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
 #define __P(args) args