Remove K&R cruft.
[gnulib.git] / lib / version-etc.c
index b20a32f..663aa8d 100644 (file)
@@ -1,5 +1,5 @@
 /* Utility to help print --version output in a consistent format.
-   Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 #endif
 
 #include <stdio.h>
+#include "unlocked-io.h"
 #include "version-etc.h"
 
-#if ENABLE_NLS
-# include <libintl.h>
-# define _(Text) gettext (Text)
-#else
-# define _(Text) Text
-#endif
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
 
 /* Default copyright goes to the FSF. */
 
 char* version_etc_copyright =
   /* Do *not* mark this string for translation.  */
-  "Copyright (C) 2001 Free Software Foundation, Inc.";
+  "Copyright (C) 2003 Free Software Foundation, Inc.";
 
 
 /* Display the --version information the standard way.