aboutsummaryrefslogtreecommitdiffstats
path: root/mbsupport.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-04-11 06:14:15 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-04-11 06:14:15 +0300
commit364d80abf47610074106cdbddbd1c2b9c9b04dae (patch)
tree38f74296347051ba7d2ef6636d7a2b6b56e7c073 /mbsupport.h
parent9835159a2395bb5fe1901488d2f7398fd69bfdb0 (diff)
parent6092c101ecfd99fe59fcba000999aad9b322ba49 (diff)
downloadegawk-364d80abf47610074106cdbddbd1c2b9c9b04dae.tar.gz
egawk-364d80abf47610074106cdbddbd1c2b9c9b04dae.tar.bz2
egawk-364d80abf47610074106cdbddbd1c2b9c9b04dae.zip
Merge branch 'master' into feature/cmake
Diffstat (limited to 'mbsupport.h')
-rw-r--r--mbsupport.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mbsupport.h b/mbsupport.h
index f4e1a821..8c99b430 100644
--- a/mbsupport.h
+++ b/mbsupport.h
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 2004, 2005, 2011, 2012 the Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2005, 2011, 2012, 2016 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
@@ -43,6 +43,8 @@
#define wcslen strlen
#define wctob(wc) (EOF)
+#define mbstate_t int
+
extern wctype_t wctype(const char *name);
extern int iswctype(wint_t wc, wctype_t desc);
extern int wcscoll(const wchar_t *ws1, const wchar_t *ws2);