diff options
author | ache <ache@FreeBSD.org> | 1998-04-29 22:39:56 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-04-29 22:39:56 +0000 |
commit | 9cd3e70e4dce20dfccbb86cd15ff379add65d9a7 (patch) | |
tree | a16608c9b91ebadec1f859af12ebe727e4b94972 /include | |
parent | 71fc3af9ecf7cea8b60c9d18488a0535922a4a35 (diff) | |
download | FreeBSD-src-9cd3e70e4dce20dfccbb86cd15ff379add65d9a7.zip FreeBSD-src-9cd3e70e4dce20dfccbb86cd15ff379add65d9a7.tar.gz |
Basic support for LC_MESSAGES
Diffstat (limited to 'include')
-rw-r--r-- | include/locale.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <sys/cdefs.h> |