Don't include libintl.h, and don't define `_' -- they're not used.
authorJim Meyering <jim@meyering.net>
Thu, 14 Nov 2002 14:38:03 +0000 (14:38 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 14 Nov 2002 14:38:03 +0000 (14:38 +0000)
lib/long-options.c
lib/same.c

index e36685fb01a6d71f23a8995da3bb13d1729fd245..04088670f0c40bf0d40856ad55dc9dba798dcde5 100644 (file)
@@ -1,5 +1,5 @@
 /* Utility to accept --help and --version options as unobtrusively as possible.
-   Copyright (C) 1993, 1994, 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1994, 1998-2000, 2002 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
 #include "long-options.h"
 #include "version-etc.h"
 
-#if ENABLE_NLS
-# include <libintl.h>
-# define _(Text) gettext (Text)
-#else
-# define _(Text) Text
-#endif
-
 static struct option const long_options[] =
 {
   {"help", no_argument, 0, 'h'},
index 0e2807ac200d86e1a8daed8265ebc45fcc2ff62f..b32e3dab9faef04e6182c1d2847c315a7a2727a4 100644 (file)
@@ -1,5 +1,5 @@
 /* Determine whether two file names refer to the same file.
-   Copyright (C) 1997-2000 Free Software Foundation, Inc.
+   Copyright (C) 1997-2000, 2002 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
@@ -47,13 +47,6 @@ extern int errno;
 #include "error.h"
 #include "xalloc.h"
 
-#if ENABLE_NLS
-# include <libintl.h>
-# define _(Text) gettext (Text)
-#else
-# define _(Text) Text
-#endif
-
 #ifndef HAVE_DECL_FREE
 "this configure-time declaration test was not run"
 #endif