diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-05-02 13:57:02 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-05-02 13:57:02 +0000 |
commit | fc5abf4933bebea46105b5bb9cd81b77ae670fc9 (patch) | |
tree | 034ca6caf7b421f0780ada4fb8c235749f1a8bee /include | |
parent | 2167a906ffd7499685e25af093107db4770a7069 (diff) |
Added implementation for 'locale' command.
Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/langinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/langinfo.h b/include/langinfo.h index 837a87b83..12f008046 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -354,7 +354,6 @@ enum _NL_CTYPE_EXTRA_MAP_12, _NL_CTYPE_EXTRA_MAP_13, _NL_CTYPE_EXTRA_MAP_14, - _NL_NUM_LC_CTYPE, #else /* 0 */ _NL_CTYPE_OUTDIGIT0_MB = _NL_ITEM (__LC_CTYPE, 0), _NL_CTYPE_OUTDIGIT1_MB, @@ -370,6 +369,7 @@ enum CODESET = _NL_CTYPE_CODESET_NAME, #define CODESET CODESET #endif /* 0 */ + _NL_NUM_LC_CTYPE, /* LC_MONETARY category: formatting of monetary quantities. These items each correspond to a member of `struct lconv', |