From 87edfb66b9a753440fb0469ca3968cd554aa8f95 Mon Sep 17 00:00:00 2001 From: jtc Date: Thu, 2 Sep 1993 20:46:33 +0000 Subject: [PATCH] Add POSIX's LC_MESSAGES define. According to a net posting, it is needed for xview. Like the rest of the locale stuff, it doesn't do anything (yet). --- include/locale.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/locale.h b/include/locale.h index bc1d3b879834..84ec92983742 100644 --- a/include/locale.h +++ b/include/locale.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)locale.h 5.2 (Berkeley) 2/24/91 - * $Id: locale.h,v 1.2 1993/08/01 18:44:49 mycroft Exp $ + * $Id: locale.h,v 1.3 1993/09/02 20:46:33 jtc Exp $ */ #ifndef _LOCALE_H_ @@ -68,8 +68,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