diff options
author | Kenneth Zadeck <zadeck@naturalbridge.com> | 2008-04-21 20:15:38 +0000 |
---|---|---|
committer | Kenneth Zadeck <zadeck@gcc.gnu.org> | 2008-04-21 20:15:38 +0000 |
commit | b60db1bae78b40ecca246f787e5661d1de779f3a (patch) | |
tree | 60a502b3646568411cd11bb0bfb90478e6ddf309 /gcc/bitmap.h | |
parent | 6d9d0028e5fd4e6a21df223aa500bda28a90a81a (diff) | |
download | gcc-b60db1bae78b40ecca246f787e5661d1de779f3a.zip gcc-b60db1bae78b40ecca246f787e5661d1de779f3a.tar.gz gcc-b60db1bae78b40ecca246f787e5661d1de779f3a.tar.bz2 |
sbitmap.c (sbitmap_range_empty_p): New function.
2008-04-24 Kenneth Zadeck <zadeck@naturalbridge.com>
* sbitmap.c (sbitmap_range_empty_p): New function.
* sbitmap.h (sbitmap_range_empty_p): New function.
* bitmap.h: Now includes obstack.h.
From-SVN: r134529
Diffstat (limited to 'gcc/bitmap.h')
-rw-r--r-- | gcc/bitmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/bitmap.h b/gcc/bitmap.h index 0b6ed73..2a3b0b4 100644 --- a/gcc/bitmap.h +++ b/gcc/bitmap.h @@ -22,6 +22,7 @@ along with GCC; see the file COPYING3. If not see #define GCC_BITMAP_H #include "hashtab.h" #include "statistics.h" +#include "obstack.h" /* Fundamental storage type for bitmap. */ |