diff options
Diffstat (limited to 'gcc/hash-table.h')
-rw-r--r-- | gcc/hash-table.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/hash-table.h b/gcc/hash-table.h index e37625d..3f87ec0 100644 --- a/gcc/hash-table.h +++ b/gcc/hash-table.h @@ -1236,7 +1236,7 @@ hash_table<Descriptor, Lazy, Allocator>::iterator::operator ++ () /* ggc walking routines. */ template<typename E> -static inline void +inline void gt_ggc_mx (hash_table<E> *h) { typedef hash_table<E> table; @@ -1257,7 +1257,7 @@ gt_ggc_mx (hash_table<E> *h) } template<typename D> -static inline void +inline void hashtab_entry_note_pointers (void *obj, void *h, gt_pointer_operator op, void *cookie) { @@ -1293,7 +1293,7 @@ gt_pch_nx (hash_table<D> *h) } template<typename D> -static inline void +inline void gt_pch_nx (hash_table<D> *h, gt_pointer_operator op, void *cookie) { op (&h->m_entries, NULL, cookie); |