diff options
Diffstat (limited to 'gcc/bitmap.c')
-rw-r--r-- | gcc/bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bitmap.c b/gcc/bitmap.c index cefbf79..a5aa2e7 100644 --- a/gcc/bitmap.c +++ b/gcc/bitmap.c @@ -44,7 +44,7 @@ bitmap_element bitmap_zero; /* An element of all zero bits. */ bitmap_element *bitmap_free; /* Freelist of bitmap elements. */ static void bitmap_element_free PROTO((bitmap, bitmap_element *)); -static bitmap_element *bitmap_element_allocate PROTO(()); +static bitmap_element *bitmap_element_allocate PROTO((void)); static int bitmap_element_zerop PROTO((bitmap_element *)); static void bitmap_element_link PROTO((bitmap, bitmap_element *)); static bitmap_element *bitmap_find_bit PROTO((bitmap, unsigned int)); |