aboutsummaryrefslogtreecommitdiffstats
path: root/dfa.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-11-29 19:49:02 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-11-29 19:49:02 +0200
commit4931b67d7efa50576cea9f3045cc9d70ea779f2e (patch)
treeedc95611ecf3aa9e54043a4ba9852a0124174bfb /dfa.h
parentb2aca8c7877af71e056210030ba2d8354a47d43f (diff)
downloadegawk-4931b67d7efa50576cea9f3045cc9d70ea779f2e.tar.gz
egawk-4931b67d7efa50576cea9f3045cc9d70ea779f2e.tar.bz2
egawk-4931b67d7efa50576cea9f3045cc9d70ea779f2e.zip
Use RE_ICASE instead of DFA_CASE_FOLD in dfa.c and re.c.
Diffstat (limited to 'dfa.h')
-rw-r--r--dfa.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/dfa.h b/dfa.h
index 8608b108..0fd9b2c9 100644
--- a/dfa.h
+++ b/dfa.h
@@ -62,11 +62,8 @@ enum
possibly true for other apps. */
DFA_ANCHOR = 1 << 0,
- /* Ignore case while matching. */
- DFA_CASE_FOLD = 1 << 1,
-
/* '\0' in data is end-of-line, instead of the traditional '\n'. */
- DFA_EOL_NUL = 1 << 2
+ DFA_EOL_NUL = 1 << 1
};
/* Initialize or reinitialize a DFA. This must be called before