diff options
author | Jim Meyering <jim@meyering.net> | 1996-03-12 04:02:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-03-12 04:02:07 +0000 |
commit | fe456215a6ee75179cb347c9f0246f5ef6a98f20 (patch) | |
tree | e968a859c690ec24c40973ed29951a3a5cc7a6bc /src | |
parent | 65957278abe1ca5d3f7d7b067909ae3cc340f91e (diff) | |
download | coreutils-fe456215a6ee75179cb347c9f0246f5ef6a98f20.tar.xz |
[_]: Don't define this away.
Diffstat (limited to 'src')
-rw-r--r-- | src/system.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/system.h b/src/system.h index de8aedbc4..77a298baf 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 |