From fe456215a6ee75179cb347c9f0246f5ef6a98f20 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 12 Mar 1996 04:02:07 +0000 Subject: [PATCH] [_]: Don't define this away. --- src/system.h | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.47.2