mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
o inline _step_matcher
This commit is contained in:
parent
7cbf161f72
commit
6086b60455
@ -330,7 +330,7 @@ struct matcher *matcher_create(struct pool *mem, const char **patterns, int num)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static struct dfa_state *
|
||||
static inline struct dfa_state *
|
||||
_step_matcher(unsigned char c, struct dfa_state *cs, int *r)
|
||||
{
|
||||
if (!(cs = cs->lookup[c]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user