1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-06 11:33:14 +03:00

o inline _step_matcher

This commit is contained in:
Joe Thornber
2002-08-29 15:05:16 +00:00
parent a6c95a2374
commit 04732ce74b

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