From 6a75a421f028755324cb453b2ffbe1dc7eb4e09a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 17 Jun 2003 07:22:58 +0000 Subject: [PATCH] Upgrade to 2003-06-08 libbitset, except continue to include gettext.h unconditionally, as per recent gettext manual's suggestion. --- lib/bitset_stats.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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" -- 2.45.2