Upgrade to 2003-06-08 libbitset, except continue to include gettext.h

unconditionally, as per recent gettext manual's suggestion.
This commit is contained in:
Paul Eggert
2003-06-17 07:22:58 +00:00
parent fa8db4baa7
commit 6a75a421f0

View File

@@ -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 <string.h>
#include <stdio.h>
#ifdef HAVE_GETTEXT_H
#include "gettext.h"
#define _(Msgid) gettext (Msgid)
#else
#define _(Msgid) Msgid
#endif
/* Configuration macros. */
#define BITSET_STATS_FILE "bitset.dat"