From: Jim Meyering Date: Tue, 12 Mar 1996 04:02:07 +0000 (+0000) Subject: [_]: Don't define this away. X-Git-Tag: FILEUTILS-3_12j~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe456215a6ee75179cb347c9f0246f5ef6a98f20;p=thirdparty%2Fcoreutils.git [_]: Don't define this away. --- diff --git a/src/system.h b/src/system.h index de8aedbc46..77a298bafe 100644 --- a/src/system.h +++ b/src/system.h @@ -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