]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
[_]: Define it.
authorJim Meyering <jim@meyering.net>
Wed, 29 Nov 1995 19:47:42 +0000 (19:47 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 29 Nov 1995 19:47:42 +0000 (19:47 +0000)
src/system.h

index 3b7f9f27c13fc31b32fcb965d81fb0090ffcd4b2..aecd17fe1d5f499da3a480f32a98cc7e10d725bd 100644 (file)
@@ -312,6 +312,10 @@ 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