diff options
| author | Roland McGrath <roland@gnu.org> | 1995-03-06 03:00:08 +0000 |
|---|---|---|
| committer | Roland McGrath <roland@gnu.org> | 1995-03-06 03:00:08 +0000 |
| commit | 933e73facc338fb81f1f72af416ea57fbf439a2f (patch) | |
| tree | 1a91e86bb27602a860b65afca47cbc6a38223df4 | |
| parent | 6408bdde65cac02ef96ae9f2b77f222b534c0e75 (diff) | |
| download | glibc-933e73facc338fb81f1f72af416ea57fbf439a2f.tar.xz glibc-933e73facc338fb81f1f72af416ea57fbf439a2f.zip | |
Sun Mar 5 19:40:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* locale/localeinfo.h: Rewritten for new locale system, using
locale data files and with <langinfo.h> interface.
* locale/setlocale.c: Rewritten to use locale data files.
* langinfo.h: New file.
* locale/langinfo.h: New file.
* locale/nl_langinfo.c: New file.
* locale/loadlocale.c: New file.
* locale/lc-ctype.c: New file.
* locale/lc-messages.c: New file.
* locale/lc-monetary.c: New file.
* locale/lc-numeric.c: New file.
* locale/lc-time.c: New file.
* locale/categories.def: New file.
* locale/Makefile (headers): Remove localeinfo.h.
(distribute): New variable; put localeinfo.h here, and categories.def.
(routines): Add loadlocale.
(categories): New variable.
(aux): Use that to get C-category and lc-category.
* ctype/ctype.h (_IS*): Use independent bits for all but _ISalnum.
* locale/C-ctype.c, locale/C-messages.c: New files.
* locale/C-monetary.c, locale/C-numeric.c, locale/C-time.c:
Default "C" locale data updated for new locale system.
* locale/C-collate.c: File removed.
* locale/C-ctype_ct.c: File removed.
* locale/C-ctype_mb.c: File removed.
* locale/C-response.c: File removed.
* locale/localeconv.c: Use _NL_CURRENT macro to access locale data.
* stdio/printf_fp.c, stdio/vfprintf.c, stdio/vfscanf.c,
stdlib/strtod.c, time/asctime.c, time/strftime.c:
Include ../locale/localeinfo.h and use _NL_CURRENT macro to access
locale data.
* time/localtime.c: Don't include <localeinfo.h>.
* time/tzset.c: Don't use locale items for default TZ value or
"GMT" string (use "UTC").
* stdio/vfprintf.c [USE_IN_LIBIO] (PAD): Only call the function if
WIDTH>0; update DONE.
* malloc/malloc.c (morecore): Fix last change to calculate by
blocks instead of bytes.
| -rw-r--r-- | ChangeLog | 43 | ||||
| -rw-r--r-- | ctype/ctype.h | 31 | ||||
| -rw-r--r-- | langinfo.h | 1 | ||||
| -rw-r--r-- | locale/C-collate.c | 7 | ||||
| -rw-r--r-- | locale/C-ctype.c | 300 | ||||
| -rw-r--r-- | locale/C-ctype_ct.c | 793 | ||||
| -rw-r--r-- | locale/C-ctype_mb.c | 9 | ||||
| -rw-r--r-- | locale/C-messages.c | 17 | ||||
| -rw-r--r-- | locale/C-monetary.c | 46 | ||||
| -rw-r--r-- | locale/C-numeric.c | 24 | ||||
| -rw-r--r-- | locale/C-response.c | 12 | ||||
| -rw-r--r-- | locale/C-time.c | 78 | ||||
| -rw-r--r-- | locale/Makefile | 13 | ||||
| -rw-r--r-- | locale/categories.def | 116 | ||||
| -rw-r--r-- | locale/langinfo.h | 165 | ||||
| -rw-r--r-- | locale/lc-ctype.c | 51 | ||||
| -rw-r--r-- | locale/lc-messages.c | 22 | ||||
| -rw-r--r-- | locale/lc-monetary.c | 22 | ||||
| -rw-r--r-- | locale/lc-numeric.c | 22 | ||||
| -rw-r--r-- | locale/lc-time.c | 22 | ||||
| -rw-r--r-- | locale/loadlocale.c | 186 | ||||
| -rw-r--r-- | locale/localeconv.c | 49 | ||||
| -rw-r--r-- | locale/localeinfo.h | 231 | ||||
| -rw-r--r-- | locale/nl_langinfo.c | 63 | ||||
| -rw-r--r-- | locale/setlocale.c | 395 | ||||
| -rw-r--r-- | stdio/printf_fp.c | 17 | ||||
| -rw-r--r-- | stdio/vfprintf.c | 13 | ||||
| -rw-r--r-- | stdio/vfscanf.c | 8 | ||||
| -rw-r--r-- | stdlib/strtod.c | 24 | ||||
| -rw-r--r-- | time/asctime.c | 8 | ||||
| -rw-r--r-- | time/localtime.c | 1 | ||||
| -rw-r--r-- | time/strftime.c | 27 | ||||
| -rw-r--r-- | time/tzset.c | 14 |
33 files changed, 1639 insertions, 1191 deletions
@@ -1,3 +1,46 @@ +Sun Mar 5 19:40:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * locale/localeinfo.h: Rewritten for new locale system, using + locale data files and with <langinfo.h> interface. + * locale/setlocale.c: Rewritten to use locale data files. + * langinfo.h: New file. + * locale/langinfo.h: New file. + * locale/nl_langinfo.c: New file. + * locale/loadlocale.c: New file. + * locale/lc-ctype.c: New file. + * locale/lc-messages.c: New file. + * locale/lc-monetary.c: New file. + * locale/lc-numeric.c: New file. + * locale/lc-time.c: New file. + * locale/categories.def: New file. + * locale/Makefile (headers): Remove localeinfo.h. + (distribute): New variable; put localeinfo.h here, and categories.def. + (routines): Add loadlocale. + (categories): New variable. + (aux): Use that to get C-category and lc-category. + * ctype/ctype.h (_IS*): Use independent bits for all but _ISalnum. + * locale/C-ctype.c, locale/C-messages.c: New files. + * locale/C-monetary.c, locale/C-numeric.c, locale/C-time.c: + Default "C" locale data updated for new locale system. + * locale/C-collate.c: File removed. + * locale/C-ctype_ct.c: File removed. + * locale/C-ctype_mb.c: File removed. + * locale/C-response.c: File removed. + * locale/localeconv.c: Use _NL_CURRENT macro to access locale data. + * stdio/printf_fp.c, stdio/vfprintf.c, stdio/vfscanf.c, + stdlib/strtod.c, time/asctime.c, time/strftime.c: + Include ../locale/localeinfo.h and use _NL_CURRENT macro to access + locale data. + * time/localtime.c: Don't include <localeinfo.h>. + * time/tzset.c: Don't use locale items for default TZ value or + "GMT" string (use "UTC"). + + * stdio/vfprintf.c [USE_IN_LIBIO] (PAD): Only call the function if + WIDTH>0; update DONE. + + * malloc/malloc.c (morecore): Fix last change to calculate by + blocks instead of bytes. + Fri Mar 3 12:24:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * sysdeps/generic/sys/mman.h (__mmap, __munmap): Declare these. diff --git a/ctype/ctype.h b/ctype/ctype.h index 0f35d2a1d7..9c97831585 100644 --- a/ctype/ctype.h +++ b/ctype/ctype.h @@ -34,20 +34,21 @@ __BEGIN_DECLS many things must be changed that use `unsigned short int's. */ enum { - _ISupper = 1 << 0, /* UPPERCASE. */ - _ISlower = 1 << 1, /* lowercase. */ - _IScntrl = 1 << 2, /* Control character. */ - _ISdigit = 1 << 3, /* Numeric. */ - _ISspace = 1 << 4, /* Whitespace. */ - _IShex = 1 << 5, /* A - F, a - f. */ - _ISpunct = 1 << 6, /* Punctuation. */ - _NOgraph = 1 << 7, /* Printing but nongraphical. */ - _ISblank = 1 << 8, /* Blank (usually SPC and TAB). */ - _ISalpha = 1 << 9, /* Alphabetic. */ - _ISalnum = _ISalpha | _ISdigit, /* Alphanumeric. */ - _ISxdigit = _ISdigit | _IShex, /* Hexadecimal numeric. */ - _ISgraph = _ISalnum | _ISpunct, /* Graphical. */ - _ISprint = _ISgraph | _NOgraph /* Printing. */ + _ISupper = 1 << 0, /* UPPERCASE. */ + _ISlower = 1 << 1, /* lowercase. */ + _ISalpha = 1 << 2, /* Alphabetic. */ + _ISdigit = 1 << 3, /* Numeric. */ + _ISxdigit = 1 << 4, /* Hexadecimal numeric. */ + _ISspace = 1 << 5, /* Whitespace. */ + _ISprint = 1 << 6, /* Printing. */ + _ISgraph = 1 << 7, /* Graphical. */ + _ISblank = 1 << 8, /* Blank (usually SPC and TAB). */ + _IScntrl = 1 << 9, /* Control character. */ + _ISpunct = 1 << 10, /* Punctuation. */ + + /* The following are defined in POSIX.2 as being combinations of the + classes above. */ + _ISalnum = _ISalpha | _ISdigit /* Alphanumeric. */ }; /* These are defined in localeinfo.c. @@ -115,7 +116,7 @@ extern int toascii __P ((int __c)); #endif /* Use SVID or use misc. */ #ifdef __USE_SVID -/* These are the same as `toupper' and and `tolower'. */ +/* These are the same as `toupper' and `tolower'. */ __exctype (_toupper); __exctype (_tolower); #endif diff --git a/langinfo.h b/langinfo.h new file mode 100644 index 0000000000..2a81c6ddaf --- /dev/null +++ b/langinfo.h @@ -0,0 +1 @@ +#include <locale/langinfo.h> diff --git a/locale/C-collate.c b/locale/C-collate.c deleted file mode 100644 index eddcafa297..0000000000 --- a/locale/C-collate.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <ansidecl.h> -#include <localeinfo.h> -#include <stddef.h> - - -CONST struct collate_info __collate_C = { 0, NULL, NULL, NULL }; -CONST struct collate_info *_collate_info = &__collate_C; diff --git a/locale/C-ctype.c b/locale/C-ctype.c index 7131a6f78c..2ee9d2cf8b 100644 --- a/locale/C-ctype.c +++ b/locale/C-ctype.c @@ -1,14 +1,292 @@ -#include <ansidecl.h> -#include <localeinfo.h> -#include <stddef.h> +/* Generated by GNU locale 0.1. + Copyright (C) 1995 Free Software Foundation, Inc. +This is free software; see the source for copying conditions. +There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. */ +#include "localeinfo.h" +#include <endian.h> -extern CONST struct ctype_ctype_info __ctype_ctype_C; -extern CONST struct ctype_mbchar_info __ctype_mbchar_C; -CONST struct ctype_info __ctype_C = - { - (struct ctype_ctype_info*)&__ctype_ctype_C, - (struct ctype_mbchar_info*) &__ctype_mbchar_C - }; +#if BYTE_ORDER == BIG_ENDIAN +const char _nl_C_LC_CTYPE_class[] = + /* 0x00 */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0x06 */ "\004\000" "\004\000" "\004\000" "\024\001" "\024\000" "\024\000" + /* 0x0c */ "\024\000" "\024\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0x12 */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0x18 */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0x1e */ "\004\000" "\004\000" "\220\001" "\100\000" "\100\000" "\100\000" + /* 0x24 */ "\100\000" "\100\000" "\100\000" "\100\000" "\100\000" "\100\000" + /* 0x2a */ "\100\000" "\100\000" "\100\000" "\100\000" "\100\000" "\100\000" + /* 0x30 */ "\050\000" "\050\000" "\050\000" "\050\000" "\050\000" "\050\000" + /* 0x36 */ "\050\000" "\050\000" "\050\000" "\050\000" "\100\000" "\100\000" + /* 0x3c */ "\100\000" "\100\000" "\100\000" "\100\000" "\100\000" "\041\000" + /* 0x42 */ "\041\000" "\041\000" "\041\000" "\041\000" "\041\000" "\001\000" + /* 0x48 */ "\001\000" "\001\000" "\001\000" "\001\000" "\001\000" "\001\000" + /* 0x4e */ "\001\000" "\001\000" "\001\000" "\001\000" "\001\000" "\001\000" + /* 0x54 */ "\001\000" "\001\000" "\001\000" "\001\000" "\001\000" "\001\000" + /* 0x5a */ "\001\000" "\100\000" "\100\000" "\100\000" "\100\000" "\100\000" + /* 0x60 */ "\100\000" "\042\000" "\042\000" "\042\000" "\042\000" "\042\000" + /* 0x66 */ "\042\000" "\002\000" "\002\000" "\002\000" "\002\000" "\002\000" + /* 0x6c */ "\002\000" "\002\000" "\002\000" "\002\000" "\002\000" "\002\000" + /* 0x72 */ "\002\000" "\002\000" "\002\000" "\002\000" "\002\000" "\002\000" + /* 0x78 */ "\002\000" "\002\000" "\002\000" "\100\000" "\100\000" "\100\000" + /* 0x7e */ "\100\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0x84 */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0x8a */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0x90 */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0x96 */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0x9c */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0xa2 */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0xa8 */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0xae */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0xb4 */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0xba */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0xc0 */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0xc6 */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0xcc */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0xd2 */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0xd8 */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0xde */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0xe4 */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0xea */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0xf0 */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0xf6 */ "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" "\004\000" + /* 0xfc */ "\004\000" "\004\000" "\004\000" "\004\000"; +const char _nl_C_LC_CTYPE_toupper[] = + /* 0x00 */ "\000\000" "\001\000" "\002\000" "\003\000" "\004\000" "\005\000" + /* 0x06 */ "\006\000" "\007\000" "\010\000" "\011\000" "\012\000" "\013\000" + /* 0x0c */ "\014\000" "\015\000" "\016\000" "\017\000" "\020\000" "\021\000" + /* 0x12 */ "\022\000" "\023\000" "\024\000" "\025\000" "\026\000" "\027\000" + /* 0x18 */ "\030\000" "\031\000" "\032\000" "\033\000" "\034\000" "\035\000" + /* 0x1e */ "\036\000" "\037\000" "\040\000" "\041\000" "\042\000" "\043\000" + /* 0x24 */ "\044\000" "\045\000" "\046\000" "\047\000" "\050\000" "\051\000" + /* 0x2a */ "\052\000" "\053\000" "\054\000" "\055\000" "\056\000" "\057\000" + /* 0x30 */ "\060\000" "\061\000" "\062\000" "\063\000" "\064\000" "\065\000" + /* 0x36 */ "\066\000" "\067\000" "\070\000" "\071\000" "\072\000" "\073\000" + /* 0x3c */ "\074\000" "\075\000" "\076\000" "\077\000" "\100\000" "\101\000" + /* 0x42 */ "\102\000" "\103\000" "\104\000" "\105\000" "\106\000" "\107\000" + /* 0x48 */ "\110\000" "\111\000" "\112\000" "\113\000" "\114\000" "\115\000" + /* 0x4e */ "\116\000" "\117\000" "\120\000" "\121\000" "\122\000" "\123\000" + /* 0x54 */ "\124\000" "\125\000" "\126\000" "\127\000" "\130\000" "\131\000" + /* 0x5a */ "\132\000" "\133\000" "\134\000" "\135\000" "\136\000" "\137\000" + /* 0x60 */ "\140\000" "\101\000" "\102\000" "\103\000" "\104\000" "\105\000" + /* 0x66 */ "\106\000" "\107\000" "\110\000" "\111\000" "\112\000" "\113\000" + /* 0x6c */ "\114\000" "\115\000" "\116\000" "\117\000" "\120\000" "\121\000" + /* 0x72 */ "\122\000" "\123\000" "\124\000" "\125\000" "\126\000" "\127\000" + /* 0x78 */ "\130\000" "\131\000" "\132\000" "\173\000" "\174\000" "\175\000" + /* 0x7e */ "\176\000" "\177\000" "\200\000" "\201\000" "\202\000" "\203\000" + /* 0x84 */ "\204\000" "\205\000" "\206\000" "\207\000" "\210\000" "\211\000" + /* 0x8a */ "\212\000" "\213\000" "\214\000" "\215\000" "\216\000" "\217\000" + /* 0x90 */ "\220\000" "\221\000" "\222\000" "\223\000" "\224\000" "\225\000" + /* 0x96 */ "\226\000" "\227\000" "\230\000" "\231\000" "\232\000" "\233\000" + /* 0x9c */ "\234\000" "\235\000" "\236\000" "\237\000" "\240\000" "\241\000" + /* 0xa2 */ "\242\000" "\243\000" "\244\000" "\245\000" "\246\000" "\247\000" + /* 0xa8 */ "\250\000" "\251\000" "\252\000" "\253\000" "\254\000" "\255\000" + /* 0xae */ "\256\000" "\257\000" "\260\000" "\261\000" "\262\000" "\263\000" + /* 0xb4 */ "\264\000" "\265\000" "\266\000" "\267\000" "\270\000" "\271\000" + /* 0xba */ "\272\000" "\273\000" "\274\000" "\275\000" "\276\000" "\277\000" + /* 0xc0 */ "\300\000" "\301\000" "\302\000" "\303\000" "\304\000" "\305\000" + /* 0xc6 */ "\306\000" "\307\000" "\310\000" "\311\000" "\312\000" "\313\000" + /* 0xcc */ "\314\000" "\315\000" "\316\000" "\317\000" "\320\000" "\321\000" + /* 0xd2 */ "\322\000" "\323\000" "\324\000" "\325\000" "\326\000" "\327\000" + /* 0xd8 */ "\330\000" "\331\000" "\332\000" "\333\000" "\334\000" "\335\000" + /* 0xde */ "\336\000" "\337\000" "\340\000" "\341\000" "\342\000" "\343\000" + /* 0xe4 */ "\344\000" "\345\000" "\346\000" "\347\000" "\350\000" "\351\000" + /* 0xea */ "\352\000" "\353\000" "\354\000" "\355\000" "\356\000" "\357\000" + /* 0xf0 */ "\360\000" "\361\000" "\362\000" "\363\000" "\364\000" "\365\000" + /* 0xf6 */ "\366\000" "\367\000" "\370\000" "\371\000" "\372\000" "\373\000" + /* 0xfc */ "\374\000" "\375\000" "\376\000" "\377\000"; +const char _nl_C_LC_CTYPE_tolower[] = + /* 0x00 */ "\000\000" "\001\000" "\002\000" "\003\000" "\004\000" "\005\000" + /* 0x06 */ "\006\000" "\007\000" "\010\000" "\011\000" "\012\000" "\013\000" + /* 0x0c */ "\014\000" "\015\000" "\016\000" "\017\000" "\020\000" "\021\000" + /* 0x12 */ "\022\000" "\023\000" "\024\000" "\025\000" "\026\000" "\027\000" + /* 0x18 */ "\030\000" "\031\000" "\032\000" "\033\000" "\034\000" "\035\000" + /* 0x1e */ "\036\000" "\037\000" "\040\000" "\041\000" "\042\000" "\043\000" + /* 0x24 */ "\044\000" "\045\000" "\046\000" "\047\000" "\050\000" "\051\000" + /* 0x2a */ "\052\000" "\053\000" "\054\000" "\055\000" "\056\000" "\057\000" + /* 0x30 */ "\060\000" "\061\000" "\062\000" "\063\000" "\064\000" "\065\000" + /* 0x36 */ "\066\000" "\067\000" "\070\000" "\071\000" "\072\000" "\073\000" + /* 0x3c */ "\074\000" "\075\000" "\076\000" "\077\000" "\100\000" "\141\000" + /* 0x42 */ "\142\000" "\143\000" "\144\000" "\145\000" "\146\000" "\147\000" + /* 0x48 */ "\150\000" "\151\000" "\152\000" "\153\000" "\154\000" "\155\000" + /* 0x4e */ "\156\000" "\157\000" "\160\000" "\161\000" "\162\000" "\163\000" + /* 0x54 */ "\164\000" "\165\000" "\166\000" "\167\000" "\170\000" "\171\000" + /* 0x5a */ "\172\000" "\133\000" "\134\000" "\135\000" "\136\000" "\137\000" + /* 0x60 */ "\140\000" "\141\000" "\142\000" "\143\000" "\144\000" "\145\000" + /* 0x66 */ "\146\000" "\147\000" "\150\000" "\151\000" "\152\000" "\153\000" + /* 0x6c */ "\154\000" "\155\000" "\156\000" "\157\000" "\160\000" "\161\000" + /* 0x72 */ "\162\000" "\163\000" "\164\000" "\165\000" "\166\000" "\167\000" + /* 0x78 */ "\170\000" "\171\000" "\172\000" "\173\000" "\174\000" "\175\000" + /* 0x7e */ "\176\000" "\177\000" "\200\000" "\201\000" "\202\000" "\203\000" + /* 0x84 */ "\204\000" "\205\000" "\206\000" "\207\000" "\210\000" "\211\000" + /* 0x8a */ "\212\000" "\213\000" "\214\000" "\215\000" "\216\000" "\217\000" + /* 0x90 */ "\220\000" "\221\000" "\222\000" "\223\000" "\224\000" "\225\000" + /* 0x96 */ "\226\000" "\227\000" "\230\000" "\231\000" "\232\000" "\233\000" + /* 0x9c */ "\234\000" "\235\000" "\236\000" "\237\000" "\240\000" "\241\000" + /* 0xa2 */ "\242\000" "\243\000" "\244\000" "\245\000" "\246\000" "\247\000" + /* 0xa8 */ "\250\000" "\251\000" "\252\000" "\253\000" "\254\000" "\255\000" + /* 0xae */ "\256\000" "\257\000" "\260\000" "\261\000" "\262\000" "\263\000" + /* 0xb4 */ "\264\000" "\265\000" "\266\000" "\267\000" "\270\000" "\271\000" + /* 0xba */ "\272\000" "\273\000" "\274\000" "\275\000" "\276\000" "\277\000" + /* 0xc0 */ "\300\000" "\301\000" "\302\000" "\303\000" "\304\000" "\305\000" + /* 0xc6 */ "\306\000" "\307\000" "\310\000" "\311\000" "\312\000" "\313\000" + /* 0xcc */ "\314\000" "\315\000" "\316\000" "\317\000" "\320\000" "\321\000" + /* 0xd2 */ "\322\000" "\323\000" "\324\000" "\325\000" "\326\000" "\327\000" + /* 0xd8 */ "\330\000" "\331\000" "\332\000" "\333\000" "\334\000" "\335\000" + /* 0xde */ "\336\000" "\337\000" "\340\000" "\341\000" "\342\000" "\343\000" + /* 0xe4 */ "\344\000" "\345\000" "\346\000" "\347\000" "\350\000" "\351\000" + /* 0xea */ "\352\000" "\353\000" "\354\000" "\355\000" "\356\000" "\357\000" + /* 0xf0 */ "\360\000" "\361\000" "\362\000" "\363\000" "\364\000" "\365\000" + /* 0xf6 */ "\366\000" "\367\000" "\370\000" "\371\000" "\372\000" "\373\000" + /* 0xfc */ "\374\000" "\375\000" "\376\000" "\377\000" ; +#elif BYTE_ORDER == LITTLE_ENDIAN +const char _nl_C_LC_CTYPE_class[] = + /* 0x00 */ "\000\004" "\000\004" "\000\004" "\000\004" "\000\004" "\000\004" + /* 0x06 */ "\000\004" "\000\004" "\000\004" "\001\024" "\000\024" "\000\024" + /* 0x0c */ "\000\024" "\000\024" "\000\004" "\000\004" "\000\004" "\000\004" + /* 0x12 */ "\000\004" "\000\004" "\000\004" "\000\004" "\000\004" "\000\004" + /* 0x18 */ "\000\004" "\000\004" "\000\004" "\000\004" "\000\004" "\000\004" + /* 0x1e */ "\000\004" "\000\004" "\001\220" "\000\100" "\000\100" "\000\100" + /* 0x24 */ "\000\100" "\000\100" "\000\100" "\000\100" "\000\100" "\000\100" + /* 0x2a */ "\000\100" "\000\100" "\000\100" "\000\100" "\000\100" "\000\100" + /* 0x30 */ "\000\050" "\000\050" "\000\050" "\000\050" "\000\050" "\000\050" + /* 0x36 */ "\000\050" "\000\050" "\000\050" "\000\050" "\000\100" "\000\100" + /* 0x3c */ "\000\100" "\000\100" "\000\100" "\000\100" "\000\100" "\000\041" + /* 0x42 */ "\000\041" "\000\041" "\000\041" "\000\041" "\000\041" "\000\001" + /* 0x48 */ "\000\001" "\000\001" "\000\001" "\000\001" "\000\001" "\000\001" + /* 0x4e */ "\000\001" "\000\001" "\000\001" "\000\001" "\000\001" "\000\001" + /* 0x54 */ "\000\001" "\000\001" "\000\001" "\000\001" "\000\001" "\000\001" + /* 0x5a */ "\000\001" "\000\100" "\000\100" "\000\100" "\000\100" "\000\100" + /* 0x60 */ "\000\100" "\000\042" "\000\042" "\000\042" "\000\042" "\000\042" + /* 0x66 */ "\000\042" "\000\002" "\000\002" "\000\002" "\000\002" "\000\002" + /* 0x6c */ "\000\002" "\000\002" "\000\002" "\000\002" "\000\002" "\000\002" + /* 0x72 */ "\000\002" "\000\002" "\000\002" "\000\002" "\000\002" "\000\002" + /* 0x78 */ "\000\002" "\000\002" "\000\002" "\000\100" "\000\100" "\000\100" + /* 0x7e */ "\000\100" "\000\004" "\000\004" "\000\004" "\000\004" "\000\004" + /* 0x84 */ "\000\004" "\000\004" "\000\004" "\000\004" "\000\004" "\000\004" + /* 0x8a */ "\000\004" "\000\004" "\000\004" "\000\004" "\000\004" "\0 |
