From: Paul Eggert Date: Tue, 17 Jun 2003 07:19:50 +0000 (+0000) Subject: Upgrade to 2003-06-08 libbitset; then: X-Git-Tag: BISON-2_0~264 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/99c32453d02c2be1393367ba969dc7bfc6b36d92?hp=94a23f969cb375415d09b63deacb5ad4cfabdf14 Upgrade to 2003-06-08 libbitset; then: Do not include config.h; that's the includer's job. Do not include ; shouldn't be needed on a C89 host. --- diff --git a/lib/bbitset.h b/lib/bbitset.h index 04bc487d..3accc74c 100644 --- a/lib/bbitset.h +++ b/lib/bbitset.h @@ -19,12 +19,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef _BBITSET_H #define _BBITSET_H -#include "config.h" #include "libiberty.h" #include #include -#include /* Currently we support five flavours of bitsets: BITSET_ARRAY: Array of bits (fixed size, fast for dense bitsets).