aboutsummaryrefslogtreecommitdiffstats
path: root/dfa.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-02-21 13:48:17 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-02-21 13:48:17 +0200
commit0a66ebd338de385b08e8cf80c39b99f5abc205db (patch)
treec876c36ea654da5a37cd37a18bbddf4acd2c2f2e /dfa.h
parentc0aeaf87402aa2670e76a32a888053fb64b879b0 (diff)
downloadegawk-0a66ebd338de385b08e8cf80c39b99f5abc205db.tar.gz
egawk-0a66ebd338de385b08e8cf80c39b99f5abc205db.tar.bz2
egawk-0a66ebd338de385b08e8cf80c39b99f5abc205db.zip
Sync dfa with grep.
Diffstat (limited to 'dfa.h')
-rw-r--r--dfa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dfa.h b/dfa.h
index bacd4894..7e0674fc 100644
--- a/dfa.h
+++ b/dfa.h
@@ -99,3 +99,5 @@ extern void dfawarn (const char *);
takes a single argument, a NUL-terminated string describing the error.
The user must supply a dfaerror. */
extern _Noreturn void dfaerror (const char *);
+
+extern int using_utf8 (void);