|
@@ -290,6 +290,9 @@ static int unpack_strdup(struct aa_ext *e, char **string, const char *name)
|
|
return res;
|
|
return res;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+#define DFA_VALID_PERM_MASK 0xffffffff
|
|
|
|
+#define DFA_VALID_PERM2_MASK 0xffffffff
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* verify_accept - verify the accept tables of a dfa
|
|
* verify_accept - verify the accept tables of a dfa
|
|
* @dfa: dfa to verify accept tables of (NOT NULL)
|
|
* @dfa: dfa to verify accept tables of (NOT NULL)
|