]> git.ipfire.org Git - thirdparty/glibc.git/blame - locale/C-collate.c
(struct element_t): Add mbseqorder and wcseqorder members. (struct locale_collate_t...
[thirdparty/glibc.git] / locale / C-collate.c
CommitLineData
52bc074f 1/* Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
6d52618b 2 This file is part of the GNU C Library.
52bc074f 3 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995.
75cd5204 4
6d52618b
UD
5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Library General Public License as
7 published by the Free Software Foundation; either version 2 of the
8 License, or (at your option) any later version.
75cd5204 9
6d52618b
UD
10 The GNU C Library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Library General Public License for more details.
75cd5204 14
6d52618b
UD
15 You should have received a copy of the GNU Library General Public
16 License along with the GNU C Library; see the file COPYING.LIB. If not,
17 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA. */
40deae08 19
ce7a5ef4 20#include <endian.h>
40deae08
RM
21#include "localeinfo.h"
22
23const struct locale_data _nl_C_LC_COLLATE =
24{
7a12c6bb 25 _nl_C_name,
c84142e8 26 NULL, 0, 0, /* no file mapped */
a5a0310d 27 UNDELETABLE,
3216711f 28 16,
59dd8641 29 {
66ac0abe
UD
30 { word: 0 },
31 { string: NULL },
32 { string: NULL },
33 { string: NULL },
34 { string: NULL },
35 { string: NULL },
36 { word: 0 },
ce7a5ef4
RM
37 { word: 0 },
38 { string: NULL },
52bc074f
UD
39 { string: NULL },
40 { string: NULL },
450bf66e 41 { string: NULL },
3216711f
UD
42 { string: NULL },
43 { word: 0 },
44 { string: NULL },
575b273b 45 { string: NULL }
59dd8641 46 }
40deae08 47};