diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-01 20:46:51 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-01 20:46:51 +0300 |
commit | 0e4da77d0490190e9371d35aa7b5225484369cb1 (patch) | |
tree | 9791b1b69963883e9d8496a64ea04e1f74a72405 /awk.h | |
parent | a94fdadfd58ce0f4f611911cec3c231f95fad818 (diff) | |
parent | b02f580f06996bd88f741f9c7330aff79216a169 (diff) | |
download | egawk-0e4da77d0490190e9371d35aa7b5225484369cb1.tar.gz egawk-0e4da77d0490190e9371d35aa7b5225484369cb1.tar.bz2 egawk-0e4da77d0490190e9371d35aa7b5225484369cb1.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1656,6 +1656,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(); |