From beaaf574bfe6cb503269970fc53ebeacf63eae57 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 31 Oct 2000 06:06:35 +0000 Subject: Update. * locale/localeinfo.h (enum value_type): Add wstring, wstringarray, and wstringlist. * locale/categories.def: Mark wide char strings as wstring or stringarray. * locale/programs/locale.c (show_info): Handle wstring, wstringarray, and wstringlist. Print keywords only if there is real output. Reported by Chen Xiangyang . * sysdeps/sparc/fpu/bits/mathinline.h: Add __THROW where necessary. Patch by Ben Collins . --- locale/localeinfo.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'locale/localeinfo.h') diff --git a/locale/localeinfo.h b/locale/localeinfo.h index 1a4fe6f543..984696e024 100644 --- a/locale/localeinfo.h +++ b/locale/localeinfo.h @@ -91,7 +91,10 @@ enum value_type bytearray, word, stringlist, - wordarray + wordarray, + wstring, + wstringarray, + wstringlist }; -- cgit 1.4.1