From: Paul Eggert Date: Tue, 17 Jun 2003 07:22:58 +0000 (+0000) Subject: Upgrade to 2003-06-08 libbitset, except continue to include gettext.h X-Git-Tag: BISON-2_0~261 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/6a75a421f028755324cb453b2ffbe1dc7eb4e09a Upgrade to 2003-06-08 libbitset, except continue to include gettext.h unconditionally, as per recent gettext manual's suggestion. --- diff --git a/lib/bitset_stats.c b/lib/bitset_stats.c index e1692d88..40bc9f0c 100644 --- a/lib/bitset_stats.c +++ b/lib/bitset_stats.c @@ -1,5 +1,5 @@ /* Bitset statistics. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2003 Free Software Foundation, Inc. Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz). This program is free software; you can redistribute it and/or modify @@ -39,12 +39,8 @@ #include #include -#ifdef HAVE_GETTEXT_H #include "gettext.h" #define _(Msgid) gettext (Msgid) -#else -#define _(Msgid) Msgid -#endif /* Configuration macros. */ #define BITSET_STATS_FILE "bitset.dat"