diff options
author | Richard Henderson <rth@redhat.com> | 2001-07-11 10:34:48 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-07-11 10:34:48 -0700 |
commit | a615c28a76cf89e38a5ee5359b9215948c21efe7 (patch) | |
tree | aeeb06ccb1795afa9875c6a410e10e1b51fc8a2f /gcc/bitmap.h | |
parent | 5a660bff9a2fb1e4cf5f914fa881aa1dd0139c22 (diff) | |
download | gcc-a615c28a76cf89e38a5ee5359b9215948c21efe7.tar.gz |
bitmap.c: Comment some functions; fiddle whitespace.
* bitmap.c: Comment some functions; fiddle whitespace.
(bitmap_free): Don't export.
(bitmap_element_allocate): Use memset.
* bitmap.h (bitmap_free): Don't declare.
From-SVN: r43940
Diffstat (limited to 'gcc/bitmap.h')
-rw-r--r-- | gcc/bitmap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/bitmap.h b/gcc/bitmap.h index 42b5493c287..0d11d40c38e 100644 --- a/gcc/bitmap.h +++ b/gcc/bitmap.h @@ -65,7 +65,6 @@ enum bitmap_bits { }; /* Global data */ -extern bitmap_element *bitmap_free; /* Freelist of bitmap elements */ extern bitmap_element bitmap_zero_bits; /* Zero bitmap element */ /* Clear a bitmap by freeing up the linked list. */ |