array-oset, linkedhash-list, rbtree-oset: no need for 'inline'
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 21 Nov 2012 06:25:08 +0000 (22:25 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Nov 2012 07:38:53 +0000 (23:38 -0800)
commitcafeb9ce71d2bf8fa489a28182e6e2a33d3ef420
tree4491a56c73591d7f37007b1ca3bd5d6a66c147b7
parent618fd97d05ba9f1411536c887dbeebe3807c055a
array-oset, linkedhash-list, rbtree-oset: no need for 'inline'

* lib/gl_array_oset.c (gl_array_nx_add_at):
(gl_array_remove_at):
* lib/gl_linkedhash_list.c (hash_resize_after_add)
(add_to_bucket, remove_from_bucket):
* lib/gl_rbtree_oset.c (rotate_left, rotate_right):
Change 'static inline' to 'static', as it's simpler to omit
'inline' unless there's a significant performance advantage.
ChangeLog
lib/gl_array_oset.c
lib/gl_linkedhash_list.c
lib/gl_rbtree_oset.c