From 15ac53209fcbbb55dfa6acdad49531d4cadcec5e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 22 Jan 2005 06:25:53 +0000 Subject: Sync from gnulib. --- lib/error.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/error.c') diff --git a/lib/error.c b/lib/error.c index 9bb3e558c..6b3662d61 100644 --- a/lib/error.c +++ b/lib/error.c @@ -1,5 +1,5 @@ /* Error handler for noninteractive utilities - Copyright (C) 1990-1998, 2000-2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1990-1998, 2000-2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify @@ -29,9 +29,7 @@ #include #include -#ifdef _LIBC -# include -#else +#if !_LIBC && ENABLE_NLS # include "gettext.h" #endif -- cgit v1.2.3-54-g00ecf