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).
This commit is contained in:
jtc 1993-09-02 20:46:33 +00:00
parent 0b3f240c49
commit 87edfb66b9
1 changed files with 3 additions and 2 deletions

View File

@ -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 <sys/cdefs.h>