diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-01 20:47:26 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-01 20:47:26 +0300 |
commit | 6400e2ed3ad3eca3d6bc8957820b43f9ee8e0dc6 (patch) | |
tree | 7e19f5c28c54a2b99785dff68274717e7fd73006 /awk.h | |
parent | e2607077715b14bc033e62d0203bd34d32b708c2 (diff) | |
parent | b02f580f06996bd88f741f9c7330aff79216a169 (diff) | |
download | egawk-6400e2ed3ad3eca3d6bc8957820b43f9ee8e0dc6.tar.gz egawk-6400e2ed3ad3eca3d6bc8957820b43f9ee8e0dc6.tar.bz2 egawk-6400e2ed3ad3eca3d6bc8957820b43f9ee8e0dc6.zip |
Merge branch 'master' into feature/typed-regex
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1657,6 +1657,7 @@ extern void resyntax(int syntax); extern void resetup(void); extern int reisstring(const char *text, size_t len, Regexp *re, const char *buf); extern int get_numbase(const char *str, bool use_locale); +extern bool using_utf8(void); /* symbol.c */ extern void load_symbols(); |