X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fbitmap.h;h=2915623fa416e7d4b791824af58f858c10826603;hp=beb3f4a1578afb8c4bdc24fee1985f1fc8cd56b6;hb=b8273627e3564ae8f7b831edd4607bd38987b1e6;hpb=0db4e233fa979b96c33eae9a0b7d1c50fa2d1075 diff --git a/gcc/bitmap.h b/gcc/bitmap.h index beb3f4a1578..2915623fa41 100644 --- a/gcc/bitmap.h +++ b/gcc/bitmap.h @@ -1,5 +1,5 @@ /* Functions to support general ended bitmaps. - Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 + Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GCC. @@ -159,16 +159,10 @@ extern unsigned bitmap_first_set_bit (bitmap); /* Allocate a gc'd bitmap. */ #define BITMAP_GGC_ALLOC() bitmap_gc_alloc () -/* Allocate a bitmap with xmalloc. */ -#define BITMAP_XMALLOC() BITMAP_ALLOC (NULL) - /* Do any cleanup needed on a bitmap when it is no longer used. */ #define BITMAP_FREE(BITMAP) \ ((void)(bitmap_obstack_free (BITMAP), (BITMAP) = NULL)) -/* Do any cleanup needed on an xmalloced bitmap when it is no longer used. */ -#define BITMAP_XFREE(BITMAP) BITMAP_FREE (BITMAP) - /* Iterator for bitmaps. */ typedef struct