diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-13 10:33:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-13 10:33:28 +0000 |
commit | 41a201e991b0eef5f0c97b0f24b8d4d1457ff9a1 (patch) | |
tree | 7d985a7fc93e71878583b4ec9a04498d7126dce9 | |
parent | 4c83ec781b02b43c16f0d82c8c5c830721b138e6 (diff) | |
download | coreutils-41a201e991b0eef5f0c97b0f24b8d4d1457ff9a1.tar.xz |
(AUTHORS): Mark string for translation, since it contains the English word `and'.
-rw-r--r-- | src/cat.c | 2 | ||||
-rw-r--r-- | src/comm.c | 2 | ||||
-rw-r--r-- | src/csplit.c | 2 | ||||
-rw-r--r-- | src/cut.c | 2 | ||||
-rw-r--r-- | src/md5sum.c | 2 | ||||
-rw-r--r-- | src/nl.c | 2 | ||||
-rw-r--r-- | src/paste.c | 2 | ||||
-rw-r--r-- | src/pr.c | 2 | ||||
-rw-r--r-- | src/sort.c | 2 | ||||
-rw-r--r-- | src/split.c | 2 | ||||
-rw-r--r-- | src/sum.c | 2 | ||||
-rw-r--r-- | src/tac.c | 2 | ||||
-rw-r--r-- | src/uniq.c | 2 | ||||
-rw-r--r-- | src/wc.c | 2 |
14 files changed, 14 insertions, 14 deletions
@@ -38,7 +38,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "cat" -#define AUTHORS "Torbjorn Granlund and Richard M. Stallman" +#define AUTHORS N_ ("Torbjorn Granlund and Richard M. Stallman") /* Undefine, to avoid warning about redefinition on some systems. */ #undef max diff --git a/src/comm.c b/src/comm.c index 3be8e881f..e95dfe47c 100644 --- a/src/comm.c +++ b/src/comm.c @@ -32,7 +32,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "comm" -#define AUTHORS "Richard Stallman and David MacKenzie" +#define AUTHORS N_ ("Richard Stallman and David MacKenzie") /* Undefine, to avoid warning about redefinition on some systems. */ #undef min diff --git a/src/csplit.c b/src/csplit.c index e7e1f34cd..77182d861 100644 --- a/src/csplit.c +++ b/src/csplit.c @@ -40,7 +40,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "csplit" -#define AUTHORS "Stuart Kemp and David MacKenzie" +#define AUTHORS N_ ("Stuart Kemp and David MacKenzie") #ifdef STDC_HEADERS # include <stdlib.h> @@ -36,7 +36,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "cut" -#define AUTHORS "David Ihnat, David MacKenzie, and Jim Meyering" +#define AUTHORS N_ ("David Ihnat, David MacKenzie, and Jim Meyering") #define FATAL_ERROR(Message) \ do \ diff --git a/src/md5sum.c b/src/md5sum.c index 0b4448535..92dde2b9d 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -35,7 +35,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME (algorithm == ALG_MD5 ? "md5sum" : "shasum") -#define AUTHORS "Ulrich Drepper and Scott Miller" +#define AUTHORS N_ ("Ulrich Drepper and Scott Miller") /* Most systems do not distinguish between external and internal text representations. */ @@ -36,7 +36,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "nl" -#define AUTHORS "Scott Bartram and David MacKenzie" +#define AUTHORS N_ ("Scott Bartram and David MacKenzie") #ifndef TRUE # define TRUE 1 diff --git a/src/paste.c b/src/paste.c index 781613715..8bd444331 100644 --- a/src/paste.c +++ b/src/paste.c @@ -47,7 +47,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "paste" -#define AUTHORS "David M. Ihnat and David MacKenzie" +#define AUTHORS N_ ("David M. Ihnat and David MacKenzie") /* Indicates that no delimiter should be added in the current position. */ #define EMPTY_DELIM '\0' @@ -323,7 +323,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "pr" -#define AUTHORS "Pete TerMaat and Roland Huebner" +#define AUTHORS N_ ("Pete TerMaat and Roland Huebner") #ifndef TRUE # define TRUE 1 diff --git a/src/sort.c b/src/sort.c index 383b0381a..1f59a9b73 100644 --- a/src/sort.c +++ b/src/sort.c @@ -50,7 +50,7 @@ struct rlimit { size_t rlim_cur; }; /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "sort" -#define AUTHORS "Mike Haertel and Paul Eggert" +#define AUTHORS N_ ("Mike Haertel and Paul Eggert") #if defined ENABLE_NLS && HAVE_LANGINFO_H # include <langinfo.h> diff --git a/src/split.c b/src/split.c index c4823cc1c..7e31b0a0d 100644 --- a/src/split.c +++ b/src/split.c @@ -36,7 +36,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "split" -#define AUTHORS "Torbjorn Granlund and Richard M. Stallman" +#define AUTHORS N_ ("Torbjorn Granlund and Richard M. Stallman") int full_write (); @@ -32,7 +32,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "sum" -#define AUTHORS "Kayvan Aghaiepour and David MacKenzie" +#define AUTHORS N_ ("Kayvan Aghaiepour and David MacKenzie") /* The name this program was run with. */ char *program_name; @@ -51,7 +51,7 @@ tac -r -s '.\| /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "tac" -#define AUTHORS "Jay Lepreau and David MacKenzie" +#define AUTHORS N_ ("Jay Lepreau and David MacKenzie") #if defined __MSDOS__ || defined _WIN32 /* Define this to non-zero on systems for which the regular mechanism diff --git a/src/uniq.c b/src/uniq.c index e58422baf..f46bdaa52 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -34,7 +34,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "uniq" -#define AUTHORS "Richard Stallman and David MacKenzie" +#define AUTHORS N_ ("Richard Stallman and David MacKenzie") #define SWAP_LINES(A, B) \ do \ @@ -71,7 +71,7 @@ extern int wcwidth (); /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "wc" -#define AUTHORS "Paul Rubin and David MacKenzie" +#define AUTHORS N_ ("Paul Rubin and David MacKenzie") /* Size of atomic reads. */ #define BUFFER_SIZE (16 * 1024) |