X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/fa8db4baa74970aad3513212d074f0dc1949e7d2..6a75a421f028755324cb453b2ffbe1dc7eb4e09a:/lib/bitset_stats.c 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"