1
0
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:
Joe Thornber 2002-08-29 15:05:16 +00:00
parent 7cbf161f72
commit 6086b60455

View File

@ -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]))