summaryrefslogtreecommitdiff
path: root/include/locale.h
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-04-29 22:39:56 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-04-29 22:39:56 +0000
commit0b5e953b91b36a5d1c7744a9a78a7edc48612f2d (patch)
tree0c3dab9303cd47fa6e05ddeb5a171491671cda71 /include/locale.h
parent88d16a1b9b9dc0c578bec8194b7e4883b059beee (diff)
downloadsrc-test2-0b5e953b91b36a5d1c7744a9a78a7edc48612f2d.tar.gz
src-test2-0b5e953b91b36a5d1c7744a9a78a7edc48612f2d.zip
Basic support for LC_MESSAGES
Notes
Notes: svn path=/head/; revision=35523
Diffstat (limited to 'include/locale.h')
-rw-r--r--include/locale.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/locale.h b/include/locale.h
index 86eda17d34d7..0c1a6bcc35b0 100644
--- a/include/locale.h
+++ b/include/locale.h
@@ -67,8 +67,9 @@ struct lconv {
#define LC_MONETARY 3
#define LC_NUMERIC 4
#define LC_TIME 5
+#define LC_MESSAGES 6
-#define _LC_LAST 6 /* marks end */
+#define _LC_LAST 7 /* marks end */
#include <sys/cdefs.h>