[_]: 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 de8aedb..77a298b 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