aboutsummaryrefslogtreecommitdiffstats
path: root/support/localeinfo.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-12-16 21:37:04 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-12-16 21:37:04 +0200
commit6d1580bfd328fbbb04f4b5627032602dd8dfe98c (patch)
tree7eede9ec76045a2460e94389d0ca9243bbaf2a72 /support/localeinfo.h
parentfb48abe6ca16de5887b15f7c7774cd6c2e402176 (diff)
downloadegawk-6d1580bfd328fbbb04f4b5627032602dd8dfe98c.tar.gz
egawk-6d1580bfd328fbbb04f4b5627032602dd8dfe98c.tar.bz2
egawk-6d1580bfd328fbbb04f4b5627032602dd8dfe98c.zip
Sync localeinfo and partially sync dfa from GNULIB.
Diffstat (limited to 'support/localeinfo.h')
-rw-r--r--support/localeinfo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/support/localeinfo.h b/support/localeinfo.h
index a5140164..c827a2bf 100644
--- a/support/localeinfo.h
+++ b/support/localeinfo.h
@@ -28,6 +28,12 @@ struct localeinfo
/* MB_CUR_MAX > 1. */
bool multibyte;
+ /* The locale is simple, like the C locale. These locales can be
+ processed more efficiently, as they are single-byte, their native
+ character set is in collating-sequence order, and they do not
+ have multi-character collating elements. */
+ bool simple;
+
/* The locale uses UTF-8. */
bool using_utf8;