aboutsummaryrefslogtreecommitdiff
path: root/gcc/bitmap.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-07-11 17:34:48 +0000
committerRichard Henderson <rth@redhat.com>2001-07-11 17:34:48 +0000
commit9fa79bb5ccec3ad3347476f843703f7d43b06809 (patch)
treeaeeb06ccb1795afa9875c6a410e10e1b51fc8a2f /gcc/bitmap.h
parent9a01d3f2b9123e9e8997f5a91e154a34db541304 (diff)
* bitmap.c: Comment some functions; fiddle whitespace.
(bitmap_free): Don't export. (bitmap_element_allocate): Use memset. * bitmap.h (bitmap_free): Don't declare. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@43940 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/bitmap.h')
-rw-r--r--gcc/bitmap.h1
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. */