aboutsummaryrefslogtreecommitdiffstats
path: root/dfa.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-02-21 15:15:23 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-02-21 15:15:23 +0200
commit7a05fe38d3e7556eb94f694173b745522878e919 (patch)
tree6f131571260647753330acb533f013f75149aca8 /dfa.h
parent0b8ef4f18527f751ef60fc3202cd7143079121fb (diff)
parent0a66ebd338de385b08e8cf80c39b99f5abc205db (diff)
downloadegawk-7a05fe38d3e7556eb94f694173b745522878e919.tar.gz
egawk-7a05fe38d3e7556eb94f694173b745522878e919.tar.bz2
egawk-7a05fe38d3e7556eb94f694173b745522878e919.zip
Merge branch 'gawk-4.1-stable'
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);