regex: no 'static inline'
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 21 Nov 2012 06:25:10 +0000 (22:25 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Nov 2012 07:38:57 +0000 (23:38 -0800)
commit03ea4328ae1ea7e985f7fd9a42ebf77bc64bd47c
treed772b59942916f627dbc8494cbfec91ca78c9bd0
parent67f87ce085a82dcad545f9c77dfe28837c74cf61
regex: no 'static inline'

* lib/regex_internal.c (calc_state_hash):
* lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain)
(bitset_empty, bitset_set_all, bitset_copy, bitset_not, bitset_merge)
(bitset_mask, re_string_char_size_at, re_string_wchar_at):
Now static, not static inline.
(inline) [__GNUC__ < 3 && _LIBC]:
Remove macro; no longer needed.
ChangeLog
lib/regex_internal.c
lib/regex_internal.h