summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-29 19:47:42 +0000
committerJim Meyering <jim@meyering.net>1995-11-29 19:47:42 +0000
commitcfc48b6ee98c48b8eacb8e35ad7d10e988c4c0d6 (patch)
tree2e72246e96784d02448d0675177bbc0552c34695 /src/system.h
parent073c4cb543f90ff6f36c8027fc2a03825d7377f9 (diff)
downloadcoreutils-cfc48b6ee98c48b8eacb8e35ad7d10e988c4c0d6.tar.xz
[_]: Define it.
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/system.h b/src/system.h
index 3b7f9f27c..aecd17fe1 100644
--- a/src/system.h
+++ b/src/system.h
@@ -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