aboutsummaryrefslogtreecommitdiffstats
path: root/support/dfa.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-09-24 21:24:17 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-09-24 21:24:17 +0300
commit251e47f4a1639244b8bfedd75ce6b4a26ec5949a (patch)
tree71c9f43bf43ab684b4d14f0379bcb9fc6f74b46a /support/dfa.h
parent55eee619ac637e29c0fe847cc89cda78cc18c28d (diff)
parentc32959290957c70cd6be333ec6c0b6f1bde4cd80 (diff)
downloadegawk-251e47f4a1639244b8bfedd75ce6b4a26ec5949a.tar.gz
egawk-251e47f4a1639244b8bfedd75ce6b4a26ec5949a.tar.bz2
egawk-251e47f4a1639244b8bfedd75ce6b4a26ec5949a.zip
Merge branch 'master' into feature/iolint
Diffstat (limited to 'support/dfa.h')
-rw-r--r--support/dfa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/dfa.h b/support/dfa.h
index c5bff898..2f77f263 100644
--- a/support/dfa.h
+++ b/support/dfa.h
@@ -113,6 +113,9 @@ extern struct dfa *dfasuperset (struct dfa const *d) _GL_ATTRIBUTE_PURE;
/* The DFA is likely to be fast. */
extern bool dfaisfast (struct dfa const *) _GL_ATTRIBUTE_PURE;
+/* Return true if every construct in D is supported by this DFA matcher. */
+extern bool dfasupported (struct dfa const *) _GL_ATTRIBUTE_PURE;
+
/* Free the storage held by the components of a struct dfa. */
extern void dfafree (struct dfa *);