Prefer plain 'static' to 'static inline'.
commit809f6544747ede95012bbec60ec07c7a8f462a8e
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Oct 2012 06:55:27 +0000 (1 23:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Oct 2012 06:55:27 +0000 (1 23:55 -0700)
tree422ac84ea590e59f42086836f709af60d2fe0c83
parentf5eab9c0f584f819b45b2e83bc131c2d2961d4bf
Prefer plain 'static' to 'static inline'.

* bidi.c (bidi_get_type, bidi_check_type, bidi_get_category)
(bidi_set_sor_type, bidi_push_embedding_level)
(bidi_pop_embedding_level, bidi_remember_char, bidi_copy_it)
(bidi_cache_reset, bidi_cache_shrink, bidi_cache_fetch_state)
(bidi_cache_search, bidi_cache_ensure_space)
(bidi_cache_iterator_state, bidi_cache_find)
(bidi_peek_at_next_level, bidi_set_paragraph_end)
(bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
(bidi_explicit_dir_char, bidi_resolve_neutral_1):
Now 'static', not 'static inline'.
src/ChangeLog
src/bidi.c