aboutsummaryrefslogtreecommitdiffstats
path: root/support/localeinfo.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-01-19 06:09:09 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-01-19 06:09:09 +0200
commit6ada2ef8b6e94b6d90a65f311e2fefdf79ad2c96 (patch)
tree4ec06ef64d11bbf39336b57c3685ff7c24b7a09f /support/localeinfo.h
parentafba5217277b6dc0ef7cbd5ab401f8b31efebde5 (diff)
parent35c461c3b2c9cc56e22a5360c36b5e6dc9fccd28 (diff)
downloadegawk-6ada2ef8b6e94b6d90a65f311e2fefdf79ad2c96.tar.gz
egawk-6ada2ef8b6e94b6d90a65f311e2fefdf79ad2c96.tar.bz2
egawk-6ada2ef8b6e94b6d90a65f311e2fefdf79ad2c96.zip
Merge branch 'master' into feature/api-mpfr
Diffstat (limited to 'support/localeinfo.h')
-rw-r--r--support/localeinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/localeinfo.h b/support/localeinfo.h
index cf2f9a69..a6773f52 100644
--- a/support/localeinfo.h
+++ b/support/localeinfo.h
@@ -1,6 +1,6 @@
/* locale information
- Copyright 2016 Free Software Foundation, Inc.
+ Copyright 2016-2017 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -51,4 +51,4 @@ extern void init_localeinfo (struct localeinfo *);
itself. This is a generous upper bound. */
enum { CASE_FOLDED_BUFSIZE = 32 };
-extern int case_folded_counterparts (wchar_t, wchar_t[CASE_FOLDED_BUFSIZE]);
+extern int case_folded_counterparts (wint_t, wchar_t[CASE_FOLDED_BUFSIZE]);