summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/collate.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-10-23 15:35:46 +0000
committerache <ache@FreeBSD.org>1996-10-23 15:35:46 +0000
commit30ce15b19102abe594a598b8ce48343a1f8dc1b2 (patch)
treea52a8402d90f52a3f488f9bce66d4e522e69c2ea /lib/libc/locale/collate.c
parent3b9a16cb5063881459285cd4d6d527b6c2aa0dad (diff)
downloadFreeBSD-src-30ce15b19102abe594a598b8ce48343a1f8dc1b2.zip
FreeBSD-src-30ce15b19102abe594a598b8ce48343a1f8dc1b2.tar.gz
Simplify debug output
Simplify collate_range_cmp for ASCII-compatible collate we have now
Diffstat (limited to 'lib/libc/locale/collate.c')
-rw-r--r--lib/libc/locale/collate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/locale/collate.c b/lib/libc/locale/collate.c
index d068333..97522192 100644
--- a/lib/libc/locale/collate.c
+++ b/lib/libc/locale/collate.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: collate.c,v 1.6 1996/09/14 02:57:25 bde Exp $
+ * $Id: collate.c,v 1.7 1996/10/15 21:53:22 ache Exp $
*/
#include <rune.h>
@@ -180,6 +180,7 @@ __collate_print_tables()
printf("Substitute table:\n");
for (i = 0; i < UCHAR_MAX + 1; i++)
+ if (i != *__collate_substitute_table[i])
printf("\t'%c' --> \"%s\"\n", i,
__collate_substitute_table[i]);
printf("Chain priority table:\n");
OpenPOWER on IntegriCloud