From 9cd3e70e4dce20dfccbb86cd15ff379add65d9a7 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 29 Apr 1998 22:39:56 +0000 Subject: Basic support for LC_MESSAGES --- include/locale.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/locale.h') diff --git a/include/locale.h b/include/locale.h index 86eda17..0c1a6bc 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 -- cgit v1.1