changeset 3388:61b375ec9baa

(N_): Remove definition. Revert most of last change. Instead, simply don't mark the `Copyright...' string for translation. Based on advice from Paul Eggert.
author Jim Meyering <jim@meyering.net>
date Mon, 27 Aug 2001 08:50:04 +0000
parents a33ac70b3f65
children f85923e26c48
files lib/version-etc.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lib/version-etc.c
+++ b/lib/version-etc.c
@@ -34,10 +34,10 @@
 
 /* Default copyright goes to the FSF. */
 
-char* version_etc_copyright_fmt =
-  N_("Copyright (C) %s Free Software Foundation, Inc.");
+char* version_etc_copyright =
+  /* Do *not* mark this string for translation.  */
+  "Copyright (C) 2001 Free Software Foundation, Inc.";
 
-#define COPYRIGHT_YEAR "2001"
 
 /* Display the --version information the standard way.
 
@@ -61,7 +61,7 @@
   fprintf (stream, _("Written by %s.\n"), authors);
   putc ('\n', stream);
 
-  fprintf (stream, _(version_etc_copyright_fmt), COPYRIGHT_YEAR);
+  fputs (version_etc_copyright, stream);
   putc ('\n', stream);
 
   fputs (_("\