]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/bitmap.c
bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.
[gcc.git] / gcc / bitmap.c
index f982f46392ad755d9d9a2e5c89175d058dfc32d6..f3c9a91e0270228d1aaff5d4c0a1f08f9b8d423c 100644 (file)
@@ -222,7 +222,7 @@ bitmap_element_link (head, element)
 \f
 /* Clear a bitmap by freeing the linked list.  */
 
-void INLINE
+INLINE void
 bitmap_clear (head)
      bitmap head;
 {
This page took 0.027063 seconds and 5 git commands to generate.