X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ferror.c;h=6b3662d61d74ac843bbdd9fb3656269187a77061;hb=e57dfac3355164cfbfcb5473a42130dab793fe9f;hp=9bb3e558cb8bc197bced81d4b8278e21c047b8cf;hpb=c60b43afa76cbc6ed19a4794eab0fe15f9b54300;p=gnulib.git 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