From 40deae084780af51458714b5d0c5a88787c8fcd1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 10 Mar 1995 05:01:07 +0000 Subject: * locale/categories.def (LC_CTYPE): Merge CLASS_EB and CLASS_EL into just CLASS. Add standard/optional flag to all items. * locale/localeinfo.h (_NL_CURRENT_DEFINE): Fix typo. * ctype/ctype.h [__BYTE_ORDER == __LITTLE_ENDIAN] (_ISbit): Rearrange defn to satisfy compiler. * locale/localeinfo.h: Declare _nl_current. --- locale/C-collate.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 locale/C-collate.c (limited to 'locale/C-collate.c') diff --git a/locale/C-collate.c b/locale/C-collate.c new file mode 100644 index 0000000..7211eb1 --- /dev/null +++ b/locale/C-collate.c @@ -0,0 +1,13 @@ +/* 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" + +const struct locale_data _nl_C_LC_COLLATE = +{ + NULL, 0, /* no file mapped */ + 0, +}; -- cgit v1.1